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

fff

parent 9509601f
...@@ -44,7 +44,7 @@ def call(body) { ...@@ -44,7 +44,7 @@ def call(body) {
try { try {
withDockerServer([uri: "tcp://192.168.4.96:2375/"]) { withDockerServer([uri: "tcp://192.168.4.96:2375/"]) {
docker.image("192.168.4.36/baseimg/jenkins-slave:2018040301").withRun('-v /root/.m2:/root/.m2').inside{ docker.image("192.168.4.36/baseimg/jenkins-slave:2018040301").withRun('--rm -v /root/.m2:/root/.m2').inside{
try { try {
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"){
......
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