Update Jenkinsfile

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

3
Jenkinsfile vendored
View file

@ -124,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 {
@ -138,4 +139,4 @@ pipeline {
} }
} }
} }
}