Browse Source

Обновить 'Jenkinsfile'

Vladimir Tomishinets 6 years ago
parent
commit
45f1f48509
1 changed files with 5 additions and 0 deletions
  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 {