Commit b8c9df8c authored by daidekun's avatar daidekun

fixbugs

parent 9bd93efe
...@@ -54,7 +54,7 @@ def copy_files_java(systemName, contextDir) { ...@@ -54,7 +54,7 @@ def copy_files_java(systemName, contextDir) {
break break
} }
sh "cp ${jar_path} ${contextDir}" sh "cp ${jar_path} ${contextDir}/app.jar"
} }
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