mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
6eec52bfce
commit
c6f2a36d3a
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -105,6 +105,7 @@ pipeline {
|
||||||
expression {
|
expression {
|
||||||
return env.CHANGE_ID != null
|
return env.CHANGE_ID != null
|
||||||
}
|
}
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
echo "now we will tag the docker image for the main branch"
|
echo "now we will tag the docker image for the main branch"
|
||||||
script {
|
script {
|
||||||
|
@ -123,6 +124,7 @@ pipeline {
|
||||||
expression {
|
expression {
|
||||||
return env.CHANGE_ID != null
|
return env.CHANGE_ID != null
|
||||||
}
|
}
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
echo "now we will push the image to the docker main repository"
|
echo "now we will push the image to the docker main repository"
|
||||||
script {
|
script {
|
||||||
|
|
Loading…
Reference in a new issue