mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-20 11:43:52 +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 ]],
|
branches: [[name: env.GERRIT_BRANCH ]],
|
||||||
extensions: [
|
extensions: [
|
||||||
[$class: 'CleanBeforeCheckout'],
|
[$class: 'CleanBeforeCheckout'],
|
||||||
|
[$class: 'PreBuildMerge', options: [
|
||||||
|
mergeStrategy: 'RECURSIVE', mergeTarget: env.GERRIT_BRANCH]],
|
||||||
[$class: 'CloneOption',
|
[$class: 'CloneOption',
|
||||||
honorRefspec: true,
|
honorRefspec: true,
|
||||||
noTags: true,
|
noTags: true,
|
||||||
|
@@ -82,6 +82,8 @@ pipeline {
|
|||||||
branches: [[name: env.GERRIT_BRANCH ]],
|
branches: [[name: env.GERRIT_BRANCH ]],
|
||||||
extensions: [
|
extensions: [
|
||||||
[$class: 'CleanBeforeCheckout'],
|
[$class: 'CleanBeforeCheckout'],
|
||||||
|
[$class: 'PreBuildMerge', options: [
|
||||||
|
mergeStrategy: 'RECURSIVE', mergeTarget: env.GERRIT_BRANCH]],
|
||||||
[$class: 'CloneOption',
|
[$class: 'CloneOption',
|
||||||
honorRefspec: true,
|
honorRefspec: true,
|
||||||
noTags: true,
|
noTags: true,
|
||||||
|
Reference in New Issue
Block a user