From 8d5f55fb187129fc8e934da679d94d002520e9cb Mon Sep 17 00:00:00 2001 From: lihongjie0209 Date: Mon, 29 Jul 2024 17:05:09 +0800 Subject: [PATCH] bugfix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index be6c8ea7..9a7f4fe1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ pipeline{ steps{ - withCredentials([usernamePassword(credentialsId: 'codeup_lihongjie0209', passwordVariable: 'p', usernameVariable: 'u')]) { + withCredentials([usernamePassword(credentialsId: 'aliyun_cr_lihongjie', passwordVariable: 'p', usernameVariable: 'u')]) { sh "docker login -u ${u} -p ${p} registry.cn-beijing.aliyuncs.com" }