mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
CI: Turn off shallow cloning altogether
Change-Id: I73ed4aef33a92f20080128aafc34e19fd4457196
This commit is contained in:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user