nodb
This commit is contained in:
Vendored
+5
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user