Update Jenkinsfile

This commit is contained in:
Mihai Georgescu 2023-11-29 14:04:59 +02:00 committed by GitHub
parent 4bdf705168
commit d6cdfef9ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -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 {