瀏覽代碼

Обновить 'Jenkinsfile'

Vladimir Tomishinets 6 年之前
父節點
當前提交
212af021c6
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
            """
       }