mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Update Jenkinsfile
This commit is contained in:
parent
77f9ba23c9
commit
da33ce4878
1 changed files with 0 additions and 7 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -22,12 +22,5 @@ pipeline {
|
|||
sh './mvnw package'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Deploy') {
|
||||
when { branch 'master' }
|
||||
steps {
|
||||
sh './mvnw deploy'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue