]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
CI: Turn off shallow cloning altogether
authorGeorge Joseph <gjoseph@digium.com>
Mon, 2 Dec 2019 12:48:01 +0000 (05:48 -0700)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 2 Dec 2019 12:54:25 +0000 (07:54 -0500)
Change-Id: I73ed4aef33a92f20080128aafc34e19fd4457196

tests/CI/gates.jenkinsfile
tests/CI/periodics-daily.jenkinsfile
tests/CI/ref_debug.jenkinsfile
tests/CI/unittests.jenkinsfile

index e52d3a4cd3713af9375430b55a8bbc126e1ec5e5..a5465cecea72274935fae94de89b351d08689471 100644 (file)
@@ -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: [
index 11e9ed379a9415b5bba7eb323ad8692932418374..3ba8dfcbdee9d189eb730098d0f4e9dccba1728f 100644 (file)
@@ -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]]
index 31fc85d4d96990de948fabf00728fa92263c3098..742d5f88b1a4f0a146b7fdcdc01bca82a2db4b04 100644 (file)
@@ -102,9 +102,8 @@ pipeline {
                                                                                                [$class: 'RelativeTargetDirectory', relativeTargetDir: groupDir],
                                                                                                [$class: 'CloneOption',
                                                                                                        noTags: true,
-                                                                                                       depth: 100,
                                                                                                        honorRefspec: true,
-                                                                                                       shallow: true
+                                                                                                       shallow: false
                                                                                                ],
                                                                                        ],
                                                                                        userRemoteConfigs: [[url: testsuiteUrl]]
index 96ea2133bf15abed585de9fdb5f01002bca43918..1a0876d701e7c5991cb38bf4226e4d6e7e951348 100644 (file)
@@ -115,8 +115,7 @@ pipeline {
                                                                        [$class: 'CloneOption',
                                                                                honorRefspec: true,
                                                                                noTags: true,
-                                                                               depth: 100,
-                                                                               shallow: true
+                                                                               shallow: false
                                                                        ],
                                                                        [$class: 'PruneStaleBranch'],
                                                                        [$class: 'BuildChooserSetting',