diff --git a/Jenkinsfile b/Jenkinsfile index 37870fc76e..da94d532db 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -125,6 +125,7 @@ pipeline { stage('Update tap') { when { branch pattern: 'release/*', comparator: 'GLOB' + branch pattern: 'hotfix/*', comparator: 'GLOB' expression { return isBuildSuccess() } } steps {