Also add the default branch to the merger job.

master
Simon Quigley 6 years ago
parent b44de4d041
commit db6cb3dbf9

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

Loading…
Cancel
Save