Commit f272e759 authored by tower's avatar tower

fix

parent c8ddd5c5
...@@ -331,7 +331,7 @@ def build_java(systemName, branchName,contextDir) { ...@@ -331,7 +331,7 @@ 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 : ${configfolder.exists()}" echo "${currentPath}/target/config is exist : ${configfolder.exists()}"
if (configfolder.exists()){ if (configfolder.exists()){
sh "mkdir ${contextDir}/config;${contextDir}/config/config.txt;;mv ${jarFilePath}/config/* ${contextDir}/config" sh "mkdir ${contextDir}/config;touch ${contextDir}/config/config.txt;mv ${jarFilePath}/config/* ${contextDir}/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