Commit 8f42dc0d authored by wentao.suo's avatar wentao.suo

ffff

parent 2aaf9b6d
...@@ -49,12 +49,12 @@ def call(body) { ...@@ -49,12 +49,12 @@ def call(body) {
git_path = "git@gitabc.xyqb.com:data-riskcontrol/urge_dispatcher.git" git_path = "git@gitabc.xyqb.com:data-riskcontrol/urge_dispatcher.git"
} }
withMaven {
git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: git_path git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: git_path
mvn clean
//sh 'mvn clean package -P test -D maven.test.skip=true' sh 'mvn clean package -P test -D maven.test.skip=true'
}
} }
} }
......
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