Sfoglia il codice sorgente

Обновить 'Jenkinsfile'

Vladimir Tomishinets 6 anni fa
parent
commit
45f1f48509
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      Jenkinsfile

+ 5 - 0
Jenkinsfile

@@ -46,6 +46,11 @@ pipeline {
            '''
       }
     }
+    stage("Create BIND Docker Image") {
+      steps {
+        echo "Create image ${DOCKER_REGISTRY}/${DOCKER_IMAGE}:${BUILD_NUMBER}"
+        sh '''docker build --no-cache -t ${DOCKER_REGISTRY}/${DOCKER_IMAGE}:${BUILD_NUMBER} .'''
+    }
   }
   post {
     always {