mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
9b9532ec58
commit
5ffdb44601
1 changed files with 3 additions and 2 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -57,12 +57,12 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
stage ('ComentToJira')
|
||||
stage ('ComentToJira') {
|
||||
when {
|
||||
branch 'main'
|
||||
}
|
||||
steps {
|
||||
echo 'Deploying to Production from main...'
|
||||
sh (echo 'Deploying to Production from main...')
|
||||
}
|
||||
post {
|
||||
always {
|
||||
|
@ -72,3 +72,4 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue