From 5021b99f70128b02dc923e513b00c5a80a0db15e Mon Sep 17 00:00:00 2001 From: newrain001 Date: Thu, 21 Dec 2023 16:07:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'cloud/Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloud/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/Jenkinsfile b/cloud/Jenkinsfile index 62c0d91..d86cdbf 100644 --- a/cloud/Jenkinsfile +++ b/cloud/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { environment { PROJECT_NAME = "ruoyi" - DOCKER_REPOSITORY_CREDENTIAL_ID = "7cc63152-c727-40fc-b177-d8397396f1ba" + DOCKER_REPOSITORY_CREDENTIAL_ID = "2aba2cf0-e2e7-4e7d-8664-feb9268fb39e" HARBOR_HOST = "registry.cn-hangzhou.aliyuncs.com" NAMESPACE_NAME = "newrain_wang" JAVA_REPOSITORY_NAME = "ruoyi-java"