CI: Remove pre-build merge from gates and checks

Change-Id: Ibc151f63dcec4db847915c2f3cbe5b467dd59574
16.0
George Joseph 7 years ago
parent 524f900382
commit 2553255ace

@ -81,11 +81,8 @@ pipeline {
branches: [[name: env.GERRIT_BRANCH ]],
extensions: [
[$class: 'CleanBeforeCheckout'],
[$class: 'PreBuildMerge', options: [
mergeRemote: env.GERRIT_NAME,
mergeTarget: env.GERRIT_BRANCH ]
],
[$class: 'CloneOption',
honorRefspec: true,
noTags: true,
depth: 10,
shallow: true

@ -82,11 +82,8 @@ pipeline {
branches: [[name: env.GERRIT_BRANCH ]],
extensions: [
[$class: 'CleanBeforeCheckout'],
[$class: 'PreBuildMerge', options: [
mergeRemote: env.GERRIT_NAME,
mergeTarget: env.GERRIT_BRANCH ]
],
[$class: 'CloneOption',
honorRefspec: true,
noTags: true,
depth: 10,
shallow: true

Loading…
Cancel
Save