|
|
|
@ -305,6 +305,7 @@ def SetLfsCredentials(cmd, lbl = '') {
|
|
|
|
bat label: lbl,
|
|
|
|
bat label: lbl,
|
|
|
|
script: cmd
|
|
|
|
script: cmd
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
def CheckoutBootstrapScripts(String branchName) {
|
|
|
|
def CheckoutBootstrapScripts(String branchName) {
|
|
|
|
checkout([$class: "GitSCM",
|
|
|
|
checkout([$class: "GitSCM",
|
|
|
|
|