Update Jenkinsfile

This commit is contained in:
Mihai Georgescu 2023-11-29 14:26:16 +02:00 committed by GitHub
parent 6eec52bfce
commit c6f2a36d3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -105,6 +105,7 @@ pipeline {
expression {
return env.CHANGE_ID != null
}
}
steps {
echo "now we will tag the docker image for the main branch"
script {
@ -123,6 +124,7 @@ pipeline {
expression {
return env.CHANGE_ID != null
}
}
steps {
echo "now we will push the image to the docker main repository"
script {