Commit d7269321 authored by tower's avatar tower

fix

parent 377c17be
...@@ -304,7 +304,7 @@ def build_java(systemName, branchName,contextDir) { ...@@ -304,7 +304,7 @@ def build_java(systemName, branchName,contextDir) {
jarFilePath = projectAttr["jarFilePath"] jarFilePath = projectAttr["jarFilePath"]
sh buildCmd sh buildCmd
sh "cp ${jarFilePath}/*.jar ${contextDir}/app.jar" sh "mv ${jarFilePath}/*.jar ${contextDir}/app.jar"
} }
def build_nodejs( systemName, branchName,contextDir) { def build_nodejs( systemName, branchName,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