Commit f11afcea authored by wentao.suo's avatar wentao.suo

fff

parent c1376612
......@@ -59,7 +59,11 @@ def call(body) {
sh 'mvn clean package -P test -D maven.test.skip=true'
applicaton_properties = "/home/quant_group/qg-repository/java/${systemName}.properties"
sh "if [ -f \"${applicaton_properties}\"]; then cp -rf /home/quant_group/qg-repository/java/${systemName}.properties ${contextDir_app_properties}/application.properties; fi"
echo applicaton_properties
sh "if [ -f \"${applicaton_properties}\"]; then cp -rf ${applicaton_properties} ${contextDir_app_properties}/application.properties; fi"
sh "cp -rf /home/quant_group/qg-dockerfiles/templates_new/java/* ${contextDir}"
sh "cp target/*.jar ${contextDir}/app.jar"
......
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