Update homebrew tap also for hotfix releases

This commit is contained in:
Eduard Heimbuch
2022-08-08 18:32:21 +02:00
parent 8ac7095412
commit c430ce60c5

6
Jenkinsfile vendored
View File

@@ -124,8 +124,10 @@ pipeline {
stage('Update tap') {
when {
branch pattern: 'release/*', comparator: 'GLOB'
branch pattern: 'hotfix/*', comparator: 'GLOB'
anyOf {
branch pattern: 'release/*', comparator: 'GLOB'
branch pattern: 'hotfix/*', comparator: 'GLOB'
}
expression { return isBuildSuccess() }
}
steps {