Browse Source

Code enhancements

Wadim Surkov 6 years ago
parent
commit
7a821fb02a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Jenkinsfile

+ 3 - 0
Jenkinsfile

@@ -57,9 +57,12 @@ pipeline {
                 error('Unknown cluster')
           }
         }
+
+        script {
           sh "set"
           currentBuild.result = 'ABORTED'
           error ('Emergency stop')
+        }
 
         echo "Building ${DOCKER_REGISTRY}/iru/${DOCKER_IMAGE}:${repo}-${BUILD_NUMBER}."
         sh "docker build --build-arg repo=${repo} --no-cache -t ${DOCKER_REGISTRY}/iru/${DOCKER_IMAGE}:${repo}-${BUILD_NUMBER} ."