Commit 58944a29 authored by daidekun's avatar daidekun

imageTag

parent 6fad11cd
...@@ -41,7 +41,7 @@ def call(body) { ...@@ -41,7 +41,7 @@ def call(body) {
} }
stage('Docker Build And Push') { stage('Docker Build And Push') {
_stage.docker_build_and_push(buildNumber, branchName, harborGroup, systemName, contextDir) imageTag = _stage.docker_build_and_push(buildNumber, branchName, harborGroup, systemName, contextDir)
} }
stage('Deploy') { stage('Deploy') {
......
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