mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
CI: Turn off shallow cloning altogether
Change-Id: I73ed4aef33a92f20080128aafc34e19fd4457196
This commit is contained in:
@@ -102,9 +102,8 @@ pipeline {
|
||||
[$class: 'RelativeTargetDirectory', relativeTargetDir: groupDir],
|
||||
[$class: 'CloneOption',
|
||||
noTags: true,
|
||||
depth: 100,
|
||||
honorRefspec: true,
|
||||
shallow: true
|
||||
shallow: false
|
||||
],
|
||||
],
|
||||
userRemoteConfigs: [[url: testsuiteUrl]]
|
||||
|
Reference in New Issue
Block a user