| 
					
				 | 
			
			
				@@ -58,7 +58,7 @@ pipeline { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           if (currentBuild.result == 'ABORTED') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          echo "Running ${DOCKER_REGISTRY}/${DOCKER_IMAGE}:latest." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          echo "Running ${DOCKER_REGISTRY}/iru/${DOCKER_IMAGE}:latest." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           withCredentials([sshUserPrivateKey(credentialsId: 'provision', keyFileVariable: 'GIT_SSH_KEY', passphraseVariable: '', usernameVariable: 'GIT_SSH_USERNAME')]) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             sh '''set +x 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   docker pull ${DOCKER_REGISTRY}/iru/${DOCKER_IMAGE}:latest \ 
			 |