Update release job template to tigger on any branch name, and not just
'**/master'. ODL projects branches are version '4.0.x' which requires
passing the branch name to the template.
Issue: RELENG-2129
Change-Id: I9c29d1c986fee73f6bad4fe39af8f9ffbda201c6
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
project-pattern: "{project}"
branches:
- branch-compare-type: "ANT"
- branch-pattern: "**/master"
+ branch-pattern: "**/{branch}"
file-paths: "{obj:gerrit_trigger_file_paths}"
skip-vote:
successful: "{gerrit-skip-vote}"
project-pattern: "{project}"
branches:
- branch-compare-type: "ANT"
- branch-pattern: "**/master"
+ branch-pattern: "**/{branch}"
file-paths: "{obj:gerrit_trigger_file_paths}"
--- /dev/null
+---
+issues:
+ - |
+ Update release job template to tigger on any branch name, and not just
+ 'master'. ODL projects branches are version '4.0.x' which requires
+ passing the branch name to the template.