Explorar el Código

Обновить 'Jenkinsfile'

Vladimir Tomishinets hace 6 años
padre
commit
e0ac6c487c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {