Skip to content
Snippets Groups Projects
Commit 9886f9c2 authored by Bastian's avatar Bastian
Browse files

ozg-7324 adjust jenkinsfile

parent 3c37d2ce
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ pipeline { ...@@ -115,7 +115,7 @@ pipeline {
tagAndPushDockerImage(ELSTER_TRANSFER_OPERATOR_NAME, IMAGE_TAG) tagAndPushDockerImage(ELSTER_TRANSFER_OPERATOR_NAME, IMAGE_TAG)
if (isMasterBranch()) { if (isMainBranch()) {
tagAndPushDockerImage(ELSTER_TRANSFER_OPERATOR_NAME, 'snapshot-latest') tagAndPushDockerImage(ELSTER_TRANSFER_OPERATOR_NAME, 'snapshot-latest')
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment