|  |  | @ -8,7 +8,7 @@ pipeline { | 
			
		
	
		
			
				
					|  |  |  |     stages { | 
			
		
	
		
			
				
					|  |  |  |         stage('Testing site......') { | 
			
		
	
		
			
				
					|  |  |  |             steps { | 
			
		
	
		
			
				
					|  |  |  |                 buildName "#${BUILD_NUMBER}  ~/iot/${JOB_NAME}:${IMAGE_VERSION}" | 
			
		
	
		
			
				
					|  |  |  |                 buildName "#${BUILD_NUMBER}  ~/zhiwucloud/${JOB_NAME}:${IMAGE_VERSION}" | 
			
		
	
		
			
				
					|  |  |  |                 buildDescription "registry.cn-hangzhou.aliyuncs.com/zhiwucloud/${JOB_NAME}:${IMAGE_VERSION}" | 
			
		
	
		
			
				
					|  |  |  |                 sh 'nerdctl build -t registry.cn-hangzhou.aliyuncs.com/zhiwucloud/${JOB_NAME}:${IMAGE_VERSION} ./code/web'  | 
			
		
	
		
			
				
					|  |  |  |                 sh 'nerdctl push registry.cn-hangzhou.aliyuncs.com/zhiwucloud/${JOB_NAME}:${IMAGE_VERSION}'  | 
			
		
	
	
		
			
				
					|  |  | 
 |