Commit 00d514ec by xujian

xx

parent c56425cf
...@@ -130,11 +130,18 @@ pipeline { ...@@ -130,11 +130,18 @@ 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 "ls ${workspace}/" sh "cp ${module.path}/target/*.jar ${workspace}/Docker"
} }
} }
} }
} }
}
post {
success {
archiveArtifacts artifacts: 'Docker/*', followSymlinks: false
echo '构建成功'
}
} }
} }
......
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