增加内存

This commit is contained in:
2025-07-02 19:02:23 +08:00
parent d9644d38d6
commit e66bebaea7
2 changed files with 7 additions and 1 deletions

6
Jenkinsfile vendored
View File

@ -24,6 +24,12 @@ pipeline {
}
}
stage('Check Jar File') {
steps {
sh 'ls -la target/' // 确保 jar 文件存在
}
}
stage('Build Docker Image') {
steps {
echo "🐋 正在构建 Docker 镜像..."