diff --git a/Jenkinsfile b/Jenkinsfile index efcc95c77b1c990dd485dc5f077dd5196d7a4cb5..b27854dc72e9d8ebeb5d23919e074f7b61db9780 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -115,7 +115,7 @@ pipeline { tagAndPushDockerImage(ELSTER_TRANSFER_OPERATOR_NAME, IMAGE_TAG) - if (isMasterBranch()) { + if (isMainBranch()) { tagAndPushDockerImage(ELSTER_TRANSFER_OPERATOR_NAME, 'snapshot-latest') }