Commit 395b908a authored by tower's avatar tower

add log

parent e4a13705
...@@ -79,6 +79,8 @@ def prepare_java(systemName, contextDir) { ...@@ -79,6 +79,8 @@ def prepare_java(systemName, contextDir) {
sh "cp -rf /home/quant_group/qg-dockerfiles/templates/java/* ${contextDir}" sh "cp -rf /home/quant_group/qg-dockerfiles/templates/java/* ${contextDir}"
def existProperties = fileExists "/home/quant_group/config_repository/java/${systemName}.properties" def existProperties = fileExists "/home/quant_group/config_repository/java/${systemName}.properties"
echo "------ java properties exist :$existProperties ------"
if(existProperties){ if(existProperties){
sh "cp -rf /home/quant_group/config_repository/java/${systemName}.properties ${contextDir}/application.properties" sh "cp -rf /home/quant_group/config_repository/java/${systemName}.properties ${contextDir}/application.properties"
} else { } else {
......
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