Browse Source

Обновить 'Jenkinsfile'

Vladimir Tomishinets 6 years ago
parent
commit
453a523f8f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -65,7 +65,7 @@ pipeline {
            '''
       }
     }
-    stage("Publishing") {
+/*    stage("Publishing") {
       steps {
         echo "Publishing ${DOCKER_REGISTRY}/${DOCKER_IMAGE}:${BUILD_NUMBER}."
         sh "docker push ${DOCKER_REGISTRY}/${DOCKER_IMAGE}:${BUILD_NUMBER}"
@@ -127,7 +127,7 @@ pipeline {
         }
       }
     }
-  }
+*/  }
   post {
     always {
       echo "CleaningUp work directory"