增加官网的dockerfile

This commit is contained in:
dxin
2025-11-27 15:17:39 +08:00
parent 3619948529
commit 16fcc5dc72
4 changed files with 298 additions and 11 deletions

View File

@@ -112,12 +112,6 @@ pipeline {
}
}
stage('Maven 编译') {
steps {
sh "cd ${WORKSPACE}/ && mvn clean install -Dmaven.test.skip=true"
}
}
stage('登录容器仓库') {
steps {
withCredentials([usernamePassword(