mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2024-12-13 11:27:08 +02:00
Переопределение данных для пулинга только если заполнен lfsRepoUri
This commit is contained in:
parent
82c5147177
commit
e5537b7eeb
@ -99,6 +99,10 @@ class EdtTransform implements Serializable {
|
||||
|
||||
List<UserRemoteConfig> userRemoteConfigs = new ArrayList<>(scm.getUserRemoteConfigs())
|
||||
|
||||
if (gitSCMOptions.lfsRepoURI.isEmpty()) {
|
||||
return scm
|
||||
}
|
||||
|
||||
def userRemoteConfig = userRemoteConfigs.find { it.url == gitSCMOptions.lfsRepoURI }
|
||||
boolean needToUpdateUserRemoteConfigs
|
||||
if (userRemoteConfig == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user