Commit 91df89be authored by xujian's avatar xujian

xx

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