mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
bugfix
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user