Jenkinsfile update
This commit is contained in:
parent
153f70a463
commit
004e3c53aa
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -3,7 +3,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn --version'
|
sh 'mvn clean package spring-boot:repackage'
|
||||||
|
sh 'mvn spring-boot:run'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user