Commit cc3cf904 authored by tower's avatar tower

fff

parent 3b3896c7
......@@ -318,7 +318,7 @@ def build_java(systemName, branchName,contextDir) {
buildCmd = projectAttr["buildCmd"]
jarFilePath = projectAttr["jarFilePath"]
sh "mkdir ${contextDir}/lib"
sh "mkdir ${contextDir}/lib;touch ${contextDir}/lib/lib_folder.txt"
sh buildCmd
sh "mv ${jarFilePath}/*.jar ${contextDir}/app.jar"
......@@ -326,7 +326,7 @@ def build_java(systemName, branchName,contextDir) {
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