Browse Source

Обновить 'Jenkinsfile'

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

+ 2 - 2
Jenkinsfile

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