add maven
This commit is contained in:
Vendored
+2
@@ -4,9 +4,11 @@ pipeline {
|
||||
stages {
|
||||
stage('使用MAVNE构建') {
|
||||
steps {
|
||||
withMaven(maven: 'Maven 3') {
|
||||
sh 'mvn clean package -DskipTests'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('复制Jar包') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user