Commit e57f301f authored by 黎博's avatar 黎博

去掉withDockerRegistry里的credentialsId

parent 0939df52
......@@ -589,7 +589,8 @@ def dockerbuild_and_push(imageTagInfo,buildNumber,systemName,branchName,timeStem
def imageTagNew = imageTagInfo["imageTagNew"]
stage('Docker Build And Push') {
withDockerRegistry([credentialsId: 'harbor-qajenkins', url: harbor_host]) {
// withDockerRegistry([credentialsId: 'harbor-qajenkins', url: harbor_host]) {
withDockerRegistry() {
def build_schema = "BUILD_TIME:${timeStemp}@BUILD_NUMBER:${buildNumber}@SYSTEM_NAME:${systemName}@BRANCH_NAME:${branchName}"
echo build_schema
def args = ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment