mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
CI: Add pre-build merge back in as RECURSIVE
Change-Id: I0ff1730ef4a4f0ac9f18ccc9bc0dfe7a782f57a8
This commit is contained in:
@@ -81,6 +81,8 @@ pipeline {
|
||||
branches: [[name: env.GERRIT_BRANCH ]],
|
||||
extensions: [
|
||||
[$class: 'CleanBeforeCheckout'],
|
||||
[$class: 'PreBuildMerge', options: [
|
||||
mergeStrategy: 'RECURSIVE', mergeTarget: env.GERRIT_BRANCH]],
|
||||
[$class: 'CloneOption',
|
||||
honorRefspec: true,
|
||||
noTags: true,
|
||||
|
@@ -82,6 +82,8 @@ pipeline {
|
||||
branches: [[name: env.GERRIT_BRANCH ]],
|
||||
extensions: [
|
||||
[$class: 'CleanBeforeCheckout'],
|
||||
[$class: 'PreBuildMerge', options: [
|
||||
mergeStrategy: 'RECURSIVE', mergeTarget: env.GERRIT_BRANCH]],
|
||||
[$class: 'CloneOption',
|
||||
honorRefspec: true,
|
||||
noTags: true,
|
||||
|
Reference in New Issue
Block a user