diff --git a/tests/CI/gates.jenkinsfile b/tests/CI/gates.jenkinsfile index e52d3a4cd3713af9375430b55a8bbc126e1ec5e5..a5465cecea72274935fae94de89b351d08689471 100644 --- a/tests/CI/gates.jenkinsfile +++ b/tests/CI/gates.jenkinsfile @@ -115,8 +115,7 @@ pipeline { [$class: 'CloneOption', honorRefspec: true, noTags: true, - depth: 100, - shallow: true + shallow: false ], [$class: 'PruneStaleBranch'], [$class: 'BuildChooserSetting', @@ -203,9 +202,8 @@ pipeline { [$class: 'RelativeTargetDirectory', relativeTargetDir: groupDir], [$class: 'CloneOption', noTags: true, - depth: 100, honorRefspec: true, - shallow: true + shallow: false ], ], userRemoteConfigs: [ diff --git a/tests/CI/periodics-daily.jenkinsfile b/tests/CI/periodics-daily.jenkinsfile index 11e9ed379a9415b5bba7eb323ad8692932418374..3ba8dfcbdee9d189eb730098d0f4e9dccba1728f 100644 --- a/tests/CI/periodics-daily.jenkinsfile +++ b/tests/CI/periodics-daily.jenkinsfile @@ -81,9 +81,8 @@ pipeline { [$class: 'RelativeTargetDirectory', relativeTargetDir: "tests/CI/output/publish-docs"], [$class: 'CloneOption', noTags: true, - depth: 100, honorRefspec: true, - shallow: true + shallow: false ], ], userRemoteConfigs: [[url: docUrl]] diff --git a/tests/CI/ref_debug.jenkinsfile b/tests/CI/ref_debug.jenkinsfile index 31fc85d4d96990de948fabf00728fa92263c3098..742d5f88b1a4f0a146b7fdcdc01bca82a2db4b04 100644 --- a/tests/CI/ref_debug.jenkinsfile +++ b/tests/CI/ref_debug.jenkinsfile @@ -102,9 +102,8 @@ pipeline { [$class: 'RelativeTargetDirectory', relativeTargetDir: groupDir], [$class: 'CloneOption', noTags: true, - depth: 100, honorRefspec: true, - shallow: true + shallow: false ], ], userRemoteConfigs: [[url: testsuiteUrl]] diff --git a/tests/CI/unittests.jenkinsfile b/tests/CI/unittests.jenkinsfile index 96ea2133bf15abed585de9fdb5f01002bca43918..1a0876d701e7c5991cb38bf4226e4d6e7e951348 100644 --- a/tests/CI/unittests.jenkinsfile +++ b/tests/CI/unittests.jenkinsfile @@ -115,8 +115,7 @@ pipeline { [$class: 'CloneOption', honorRefspec: true, noTags: true, - depth: 100, - shallow: true + shallow: false ], [$class: 'PruneStaleBranch'], [$class: 'BuildChooserSetting',