Commit 6e0f64fc authored by tower's avatar tower

fix

parent 395b908a
...@@ -142,9 +142,9 @@ def checkout_java(systemName, branchName) { ...@@ -142,9 +142,9 @@ def checkout_java(systemName, branchName) {
def configPath = projectAttr["configPath"] def configPath = projectAttr["configPath"]
git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: gitPath git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: gitPath
if(systemName =="credit_league"){ //if(systemName =="credit_league"){
sh "cp -rf /home/quant_group/config_repository/java/${systemName}.properties ${configPath}/application.properties" // sh "cp -rf /home/quant_group/config_repository/java/${systemName}.properties ${configPath}/application.properties"
} //}
} }
def checkout_python(systemName, branchName) { def checkout_python(systemName, branchName) {
......
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