更新 Jenkinsfile
This commit is contained in:
Vendored
+2
-2
@@ -139,10 +139,10 @@ pipeline {
|
|||||||
--build-arg NODE_IMAGE=${NODE_IMAGE} \
|
--build-arg NODE_IMAGE=${NODE_IMAGE} \
|
||||||
--build-arg HTTP_PROXY=http://192.168.5.200:7890 \
|
--build-arg HTTP_PROXY=http://192.168.5.200:7890 \
|
||||||
--build-arg HTTPS_PROXY=http://192.168.5.200:7890 \
|
--build-arg HTTPS_PROXY=http://192.168.5.200:7890 \
|
||||||
--build-arg NO_PROXY=127.0.0.1,localhost,reg.nxsir.cn,gitea.nxsir.cn \
|
--build-arg NO_PROXY=127.0.0.1,localhost,reg.nxsir.cn,gitea.nxsir.cn,reg.nxsir.cn \
|
||||||
--build-arg http_proxy=http://192.168.5.200:7890 \
|
--build-arg http_proxy=http://192.168.5.200:7890 \
|
||||||
--build-arg https_proxy=http://192.168.5.200:7890 \
|
--build-arg https_proxy=http://192.168.5.200:7890 \
|
||||||
--build-arg no_proxy=127.0.0.1,localhost,reg.nxsir.cn,gitea.nxsir.cn \
|
--build-arg no_proxy=127.0.0.1,localhost,reg.nxsir.cn,gitea.nxsir.cn,reg.nxsir.cn \
|
||||||
-f Dockerfile \
|
-f Dockerfile \
|
||||||
-t ${APP_IMAGE_TAGGED} \
|
-t ${APP_IMAGE_TAGGED} \
|
||||||
-t ${APP_IMAGE_LATEST} \
|
-t ${APP_IMAGE_LATEST} \
|
||||||
|
|||||||
Reference in New Issue
Block a user