Also add the default branch to the merger job.

This commit is contained in:
Simon Quigley 2019-03-08 23:17:42 -06:00
parent b44de4d041
commit db6cb3dbf9

View File

@ -15,6 +15,9 @@
<hudson.plugins.git.BranchSpec>
<name>*/{{ PACKAGING_BRANCH }}</name>
</hudson.plugins.git.BranchSpec>
<hudson.plugins.git.BranchSpec>
<name>*/{{ DEFAULT_BRANCH }}</name>
</hudson.plugins.git.BranchSpec>
</branches>
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
<submoduleCfg class="list"/>