Commit 78d98fed authored by tower's avatar tower

fix

parent 55765132
...@@ -329,8 +329,8 @@ def build_java(systemName, branchName,contextDir) { ...@@ -329,8 +329,8 @@ def build_java(systemName, branchName,contextDir) {
} }
def configfolder = new File( "${currentPath}/target/config" ) def configfolder = new File( "${currentPath}/target/config" )
echo "${currentPath}/target/config is exist : ${libfolder.exists()}" echo "${currentPath}/target/config is exist : ${configfolder.exists()}"
if (libfolder.exists()){ if (configfolder.exists()){
sh "mkdir ${contextDir}/ext/config;mv ${jarFilePath}/config/* ${contextDir}/ext/config" sh "mkdir ${contextDir}/ext/config;mv ${jarFilePath}/config/* ${contextDir}/ext/config"
} }
......
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