mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
13968ed141
commit
a1fea78088
1 changed files with 1 additions and 15 deletions
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
|
@ -6,21 +6,7 @@ pipeline {
|
||||||
bat './mvnw compile'
|
bat './mvnw compile'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test') {
|
|
||||||
steps {
|
|
||||||
bat './mvnw test'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Package') {
|
|
||||||
steps {
|
|
||||||
bat './mvnw package'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Deploy') {
|
|
||||||
steps {
|
|
||||||
echo 'Deployed Successfully'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|
Loading…
Reference in a new issue