This commit is contained in:
2026-06-18 11:53:36 +08:00
parent 6b2892bb4d
commit 478fbec475
2 changed files with 20 additions and 15 deletions
Vendored
+5
View File
@@ -7,6 +7,11 @@ pipeline {
deleteDir()
}
}
stage('拉取代码') {
steps {
git url:'http://118.25.129.153:3000/zhihui/rongshuo.git',branch:'main'
}
}
stage('使用MAVNE构建') {
steps {
withMaven(maven: 'Maven3') {