Commit d848708f authored by daidekun's avatar daidekun

fixbugs

parent 425befa4
......@@ -67,7 +67,7 @@ def call(body) {
}
stage('Docker Build And Push') {
if (buildType == "java") {
if (config.buildType == "java") {
_stage.copy_files_java(systemName, contextDir)
}
imageTag = _stage.dockerbuild_and_push(buildNumber, branchName, harborGroup, systemName, contextDir)
......
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