Jenkins: Attempt to fix git clone

This commit is contained in:
richardg867
2022-03-11 14:57:04 -03:00
committed by GitHub
parent f725c3fb56
commit 08604bebee

2
.ci/Jenkinsfile vendored
View File

@@ -178,7 +178,7 @@ pipeline {
/* Adding to the above, run a git clone as soon as possible on any node
to further avoid race conditions caused by busy node executor delays. */
node {
node('!Windows') {
/* Run git clone. */
gitClone(repository, branch)