mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
d3f9c9350a
commit
f2952a96c4
1 changed files with 4 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -14,8 +14,11 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('package'){
|
stage('package'){
|
||||||
|
steps{
|
||||||
echo 'Packaging stage has been executed'
|
echo 'Packaging stage has been executed'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
when {
|
when {
|
||||||
branch "master" && currentBuild.result == 'SUCCESS'
|
branch "master" && currentBuild.result == 'SUCCESS'
|
||||||
|
|
Loading…
Reference in a new issue