Commit 1aa7d8a8 authored by daidekun's avatar daidekun

f

parent 6f7bade6
...@@ -52,7 +52,7 @@ def copy_files_java(systemName, contextDir) { ...@@ -52,7 +52,7 @@ def copy_files_java(systemName, contextDir) {
break break
} }
sh "cp ${jar_path} ./${contextDir}" sh "cp ${jar_path} ${contextDir}"
} }
def dockerbuild_and_push(buildNumber, branchName, harborGroup, systemName, contextDir) { def 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