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

OZG-5984 fix Jenkinsfile

parent 59a4dfe7
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,7 @@ pipeline { ...@@ -142,7 +142,7 @@ pipeline {
FAILED_STAGE = env.STAGE_NAME FAILED_STAGE = env.STAGE_NAME
IMAGE_TAG = generateImageTag() IMAGE_TAG = generateImageTag()
tagAndPushDockerImage('vorgang-manager', IMAGE_TAG) tagAndPushDockerImage(IMAGE_TAG)
if (isMasterBranch()) { if (isMasterBranch()) {
tagAndPushDockerImage('snapshot-latest') tagAndPushDockerImage('snapshot-latest')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment