Commit 4d4eac6f authored by wentao.suo's avatar wentao.suo

fff

parent 82d23c38
...@@ -43,9 +43,6 @@ def call(body) { ...@@ -43,9 +43,6 @@ def call(body) {
try { try {
ansiColor('xterm') { ansiColor('xterm') {
stage('Checkout & Build') { stage('Checkout & Build') {
git_path = project_attr(systemName)["gitPath"] git_path = project_attr(systemName)["gitPath"]
if(git_path =="git@gitabc.xyqb.com:data-riskcontrol/urge-dispatcher.git"){ if(git_path =="git@gitabc.xyqb.com:data-riskcontrol/urge-dispatcher.git"){
...@@ -57,7 +54,7 @@ def call(body) { ...@@ -57,7 +54,7 @@ def call(body) {
sh 'mvn clean package -P test -D maven.test.skip=true' sh 'mvn clean package -P test -D maven.test.skip=true'
}
} }
} catch (err) { } catch (err) {
......
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