构建jar包
This commit is contained in:
parent
2f2077e796
commit
1d5c7fd3d7
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -4,6 +4,7 @@ pipeline {
|
|||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'echo build'
|
sh 'echo build'
|
||||||
|
sh "mvn clean package -DskipTests=true"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test'){
|
stage('Test'){
|
||||||
|
Loading…
Reference in New Issue
Block a user