CI: Turn off shallow cloning altogether

Change-Id: I73ed4aef33a92f20080128aafc34e19fd4457196
17.1
George Joseph 6 years ago
parent 4ac0299bfb
commit 5b15a1c639

@ -115,8 +115,7 @@ pipeline {
[$class: 'CloneOption', [$class: 'CloneOption',
honorRefspec: true, honorRefspec: true,
noTags: true, noTags: true,
depth: 100, shallow: false
shallow: true
], ],
[$class: 'PruneStaleBranch'], [$class: 'PruneStaleBranch'],
[$class: 'BuildChooserSetting', [$class: 'BuildChooserSetting',
@ -203,9 +202,8 @@ pipeline {
[$class: 'RelativeTargetDirectory', relativeTargetDir: groupDir], [$class: 'RelativeTargetDirectory', relativeTargetDir: groupDir],
[$class: 'CloneOption', [$class: 'CloneOption',
noTags: true, noTags: true,
depth: 100,
honorRefspec: true, honorRefspec: true,
shallow: true shallow: false
], ],
], ],
userRemoteConfigs: [ userRemoteConfigs: [

@ -81,9 +81,8 @@ pipeline {
[$class: 'RelativeTargetDirectory', relativeTargetDir: "tests/CI/output/publish-docs"], [$class: 'RelativeTargetDirectory', relativeTargetDir: "tests/CI/output/publish-docs"],
[$class: 'CloneOption', [$class: 'CloneOption',
noTags: true, noTags: true,
depth: 100,
honorRefspec: true, honorRefspec: true,
shallow: true shallow: false
], ],
], ],
userRemoteConfigs: [[url: docUrl]] userRemoteConfigs: [[url: docUrl]]

@ -102,9 +102,8 @@ pipeline {
[$class: 'RelativeTargetDirectory', relativeTargetDir: groupDir], [$class: 'RelativeTargetDirectory', relativeTargetDir: groupDir],
[$class: 'CloneOption', [$class: 'CloneOption',
noTags: true, noTags: true,
depth: 100,
honorRefspec: true, honorRefspec: true,
shallow: true shallow: false
], ],
], ],
userRemoteConfigs: [[url: testsuiteUrl]] userRemoteConfigs: [[url: testsuiteUrl]]

@ -115,8 +115,7 @@ pipeline {
[$class: 'CloneOption', [$class: 'CloneOption',
honorRefspec: true, honorRefspec: true,
noTags: true, noTags: true,
depth: 100, shallow: false
shallow: true
], ],
[$class: 'PruneStaleBranch'], [$class: 'PruneStaleBranch'],
[$class: 'BuildChooserSetting', [$class: 'BuildChooserSetting',

Loading…
Cancel
Save