add 3X release branch to RELEASE_BRANCHES (#36190)

add
This commit is contained in:
Maxime Desroches
2025-09-22 15:18:43 -07:00
committed by GitHub
parent cd33562379
commit 6901e3417b
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -167,7 +167,7 @@ node {
env.GIT_COMMIT = checkout(scm).GIT_COMMIT
def excludeBranches = ['__nightly', 'devel', 'devel-staging', 'release3', 'release3-staging',
'release-tici', 'testing-closet*', 'hotfix-*']
'release-tici', 'release-tizi', 'testing-closet*', 'hotfix-*']
def excludeRegex = excludeBranches.join('|').replaceAll('\\*', '.*')
if (env.BRANCH_NAME != 'master' && !env.BRANCH_NAME.contains('__jenkins_loop_')) {