This commit is contained in:
2024-07-29 17:05:09 +08:00
parent e851f2b4ee
commit 8d5f55fb18

2
Jenkinsfile vendored
View File

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