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