From 8472c96793829aa728a434b307dbd69e5713a428 Mon Sep 17 00:00:00 2001 From: newrain001 Date: Wed, 20 Dec 2023 21:35:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c7c2653..a3b8da3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,8 @@ pipeline { environment { - DOCKER_REPOSITORY_CREDENTIAL_ID = "ea3d4aae-783b-460f-9cd0-931c53c021db" - HARBOR_HOST = "192.168.75.149:30002" - NAMESPACE_NAME = "library" + DOCKER_REPOSITORY_CREDENTIAL_ID = "7cc63152-c727-40fc-b177-d8397396f1ba" + HARBOR_HOST = "registry.cn-hangzhou.aliyuncs.com" + NAMESPACE_NAME = "newrain_wang" REPOSITORY_NAME = "my-web-app" TAG = "v1.0" }