Prechádzať zdrojové kódy

Обновить 'Jenkinsfile'

Vladimir Tomishinets 6 rokov pred
rodič
commit
212af021c6
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -63,8 +63,8 @@ pipeline {
     }
     stage("Build") {
       steps {
-        echo "Building ${DOCKER_REGISTRY}/iru/${DOCKER_IMAGE}:${SERIAL}."
-        sh """docker build --no-cache -t ${DOCKER_REGISTRY}/iru/${DOCKER_IMAGE}:${SERIAL} .
+        echo "Building ${DOCKER_IMAGE}:${SERIAL}."
+        sh """docker build --no-cache -t ${DOCKER_IMAGE}:${SERIAL} .
               if [ \$? != 0 ]; then echo 'The container was not built'; exit 1; fi
            """
       }