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

push alfa brach docker image also to nexus

parent 45b0b9d1
Branches
Tags
No related merge requests found
......@@ -155,15 +155,13 @@ pipeline {
}
}
stage('Tag and Push Docker Image') {
when {
anyOf {
branch 'master'
branch 'release'
}
}
steps {
script {
FAILED_STAGE = env.STAGE_NAME
IMAGE_TAG = generateImageTag()
tagAndPushDockerImage(IMAGE_TAG)
if (isMasterBranch()) {
tagAndPushDockerImage('snapshot-latest')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment