mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
4bdf705168
commit
d6cdfef9ab
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
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 {
|
||||||
|
|
Loading…
Reference in a new issue