Commit 26128f69 authored by tower's avatar tower

ff

parent b69f941f
......@@ -323,6 +323,7 @@ def build_java(systemName, branchName,contextDir) {
sh "mv ${jarFilePath}/*.jar ${contextDir}/app.jar"
def libfolder = new File( "${jarFilePath}/lib" )
echo "${jarFilePath}/lib------ ${libfolder.exists()}---"
if (libfolder.exists()){
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