Commit 49f50bcc by xujian

xx

parent dfd729e8
......@@ -132,7 +132,7 @@ pipeline {
// sh "cd ${module.path}/target/ && ls -la "
// sh "cp ${module.path}/target/*.jar ${workspace}/Docker/noencryption/"
sh "export DOCKER_HOST=192.168.31.250"
sh "cd ${workspace}/Docker/noencryption/ && docker build -f Docker/noencryption/Dockerfile -t ${module.name}:${module.version} --build-arg FILE_NAME=${module.dir}/${module.path}/target/*.jar ."
sh "cd ${workspace}/Docker/noencryption/ && docker build -f Docker/noencryption/Dockerfile -t ${module.name}:${module.version} --build-arg FILE_NAME=${module.dir}/${module.path}/target/*.jar ${workspace}"
}
}
}
......
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