更正dockerfile编译位置

This commit is contained in:
dxin
2025-11-27 14:23:37 +08:00
parent ea3fbb68d6
commit 3619948529
6 changed files with 668 additions and 7 deletions

View File

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