Commit b07f3916 authored by xujian's avatar xujian

xx

parent 64366c49
...@@ -131,7 +131,7 @@ pipeline { ...@@ -131,7 +131,7 @@ pipeline {
if (module.isUpdate && !module.isEncryption) { if (module.isUpdate && !module.isEncryption) {
// sh "cd ${module.path}/target/ && ls -la " // sh "cd ${module.path}/target/ && ls -la "
// sh "cp ${module.path}/target/*.jar ${workspace}/Docker/noencryption/" // sh "cp ${module.path}/target/*.jar ${workspace}/Docker/noencryption/"
sh "export DOCKER_HOST=192.168.31.93" sh "export DOCKER_HOST=192.168.31.250"
sh "cd ${workspace}/Docker/noencryption/ && docker build -t ${module.name}:${module.version} --build-arg FILE_NAME=${workspace}/${module.dir}/${module.path}/target/*.jar ." sh "cd ${workspace}/Docker/noencryption/ && docker build -t ${module.name}:${module.version} --build-arg FILE_NAME=${workspace}/${module.dir}/${module.path}/target/*.jar ."
} }
} }
......
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