CI: Turn off shallow cloning altogether

Change-Id: I73ed4aef33a92f20080128aafc34e19fd4457196
This commit is contained in:
George Joseph
2019-12-02 05:48:01 -07:00
parent 4ac0299bfb
commit 5b15a1c639
4 changed files with 5 additions and 10 deletions

View File

@@ -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: [

View File

@@ -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]]

View File

@@ -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]]

View File

@@ -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',