Selaa lähdekoodia

Обновить 'Jenkinsfile'

Vladimir Tomishinets 6 vuotta sitten
vanhempi
commit
e0ac6c487c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -50,6 +50,7 @@ pipeline {
       steps {
         echo "Create image ${DOCKER_REGISTRY}/${DOCKER_IMAGE}:${BUILD_NUMBER}"
         sh '''docker build --no-cache -t ${DOCKER_REGISTRY}/${DOCKER_IMAGE}:${BUILD_NUMBER} .'''
+      }
     }
   }
   post {