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" }