diff --git a/Jenkinsfile b/Jenkinsfile index 32af4156c..9283bcb8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {