Commit e535b568 authored by 黎博's avatar 黎博

回滚

parent 775153c1
...@@ -589,8 +589,7 @@ def dockerbuild_and_push(imageTagInfo,buildNumber,systemName,branchName,timeStem ...@@ -589,8 +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]) {
withDockerRegistry() {
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 = ""
......
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