Commit 85e102ac authored by 黎博's avatar 黎博

debug

parent e535b568
...@@ -589,7 +589,7 @@ def dockerbuild_and_push(imageTagInfo,buildNumber,systemName,branchName,timeStem ...@@ -589,7 +589,7 @@ def dockerbuild_and_push(imageTagInfo,buildNumber,systemName,branchName,timeStem
def imageTagNew = imageTagInfo["imageTagNew"] def imageTagNew = imageTagInfo["imageTagNew"]
stage('Docker Build And Push') { stage('Docker Build And Push') {
withDockerRegistry([credentialsId: 'harbor-qajenkins', url: harbor_host]) { // withDockerRegistry([credentialsId: 'harbor-qajenkins', url: harbor_host]) {
def build_schema = "BUILD_TIME:${timeStemp}@BUILD_NUMBER:${buildNumber}@SYSTEM_NAME:${systemName}@BRANCH_NAME:${branchName}" def build_schema = "BUILD_TIME:${timeStemp}@BUILD_NUMBER:${buildNumber}@SYSTEM_NAME:${systemName}@BRANCH_NAME:${branchName}"
echo build_schema echo build_schema
def args = "" def args = ""
...@@ -613,7 +613,7 @@ def dockerbuild_and_push(imageTagInfo,buildNumber,systemName,branchName,timeStem ...@@ -613,7 +613,7 @@ def dockerbuild_and_push(imageTagInfo,buildNumber,systemName,branchName,timeStem
} }
_utils().beautyEcho("镜像地址:${imageTagNew}", "info") _utils().beautyEcho("镜像地址:${imageTagNew}", "info")
} // }
} }
} }
......
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