This commit is contained in:
2024-07-29 17:40:15 +08:00
parent 6ed86c2128
commit eb1cd4d7de

5
Jenkinsfile vendored
View File

@@ -31,6 +31,8 @@ pipeline{
CURRENT_TIME = currentTime
}
}
sh 'printenv'
}
}
@@ -39,6 +41,9 @@ pipeline{
steps{
sh 'printenv'
withCredentials([usernamePassword(credentialsId: 'aliyun_cr_lihongjie', passwordVariable: 'p', usernameVariable: 'u')]) {
sh "docker login -u ${u} -p ${p} registry.cn-beijing.aliyuncs.com"