mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
ae73c1eb2f
commit
879bf4a1ed
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -23,26 +23,26 @@ pipeline {
|
|||
stage('PR - Push') {
|
||||
when { branch 'PR-*' }
|
||||
steps {
|
||||
sh 'echo <PLACEHOLDER>'
|
||||
sh 'echo "<PLACEHOLDER>"'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Main - create tag') {
|
||||
when { branch 'main' }
|
||||
steps {
|
||||
sh 'echo <create tag>'
|
||||
sh 'echo "<create tag>"'
|
||||
}
|
||||
}
|
||||
stage('Main - tag the artifact') {
|
||||
when { branch 'main' }
|
||||
steps {
|
||||
sh 'echo <tag artifact>'
|
||||
sh 'echo "<tag artifact>"'
|
||||
}
|
||||
}
|
||||
stage('Main - push to repo') {
|
||||
when { branch 'main' }
|
||||
steps {
|
||||
sh 'echo <push>'
|
||||
sh 'echo "<push>"'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue