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
d3f9c9350a
commit
f2952a96c4
1 changed files with 4 additions and 1 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -14,7 +14,10 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('package'){
|
||||
echo 'Packaging stage has been executed'
|
||||
steps{
|
||||
echo 'Packaging stage has been executed'
|
||||
}
|
||||
|
||||
}
|
||||
stage('Deploy') {
|
||||
when {
|
||||
|
|
Loading…
Reference in a new issue