Commit 6a10c7a1 authored by wentao.suo's avatar wentao.suo

change node docker-slave

parent a0ba1a24
......@@ -284,7 +284,8 @@ def getDocketPackageImage(buildType){
args += "-v /root/.cache:/root/.cache:rw "
args += "-v /root/.node-gyp:/root/.node-gyp:rw "
packageImageInfo["image"] = "192.168.4.36/baseimg/jenkins-node-slave:2018041102"
//packageImageInfo["image"] = "192.168.4.36/baseimg/jenkins-node-slave:2018041102"
packageImageInfo["image"] = "192.168.4.36/baseimg/docker-jenkins-slave:2018041102"
packageImageInfo["args"] = args
break
case "python":
......
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