mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Jenkins: Attempt to fix git clone
This commit is contained in:
2
.ci/Jenkinsfile
vendored
2
.ci/Jenkinsfile
vendored
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user