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
2b58c8d590
commit
aae8fb9288
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -3,7 +3,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh './mvnw clean package'
|
||||
sh './mvnw clean compile'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
@ -13,7 +13,7 @@ pipeline {
|
|||
}
|
||||
stage('Package') {
|
||||
steps {
|
||||
echo 'package'
|
||||
echo './mvn package'
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
|
|
Loading…
Reference in a new issue