新增settings文件

This commit is contained in:
2025-07-03 00:05:28 +08:00
parent 822361b904
commit 10fd6772d0
2 changed files with 13 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
stage('Build with Maven') {
steps {
echo "🛠️ 正在使用 Maven 构建..."
sh 'mvn clean package'
sh 'mvn clean package -s settings.xml'
}
}