Skip to content
Snippets Groups Projects
Commit 308ecbca authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5984 restore Jenkinsfile

parent 89801fa3
Branches
No related tags found
No related merge requests found
...@@ -137,6 +137,12 @@ pipeline { ...@@ -137,6 +137,12 @@ pipeline {
} }
} }
stage('Tag and Push Docker Image') { stage('Tag and Push Docker Image') {
when {
anyOf {
branch 'master'
branch 'release'
}
}
steps { steps {
script { script {
FAILED_STAGE = env.STAGE_NAME FAILED_STAGE = env.STAGE_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment