增加内存
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -24,6 +24,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('Check Jar File') {
|
||||
steps {
|
||||
sh 'ls -la target/' // 确保 jar 文件存在
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build Docker Image') {
|
||||
steps {
|
||||
echo "🐋 正在构建 Docker 镜像..."
|
||||
|
||||
Reference in New Issue
Block a user