Commit cca1c4ee authored by tower's avatar tower

fff

parent f14ded3e
...@@ -321,10 +321,11 @@ def build_java(systemName, branchName,contextDir) { ...@@ -321,10 +321,11 @@ def build_java(systemName, branchName,contextDir) {
sh "mkdir ${contextDir}/lib" sh "mkdir ${contextDir}/lib"
sh buildCmd sh buildCmd
sh "mv ${jarFilePath}/*.jar ${contextDir}/app.jar" sh "mv ${jarFilePath}/*.jar ${contextDir}/app.jar"
/*def libFile = fileExists "${jarFilePath}/lib"
if (fileExists "${jarFilePath}/lib" ){ if ( libFile){
sh "mv ${jarFilePath}/lib/* ${contextDir}/lib" sh "mv ${jarFilePath}/lib/* ${contextDir}/lib"
} }*/
} }
......
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