Jenkins: Allow macOS to make source tarballs

This commit is contained in:
richardg867
2022-07-15 22:59:49 -03:00
committed by GitHub
parent 231afcbe11
commit b97338144e

2
.ci/Jenkinsfile vendored
View File

@@ -215,7 +215,7 @@ pipeline {
/* Create source tarball. */
try {
retry(10) {
node('Linux') {
node('Linux || macOS') {
/* Run git clone. */
gitClone(repository[buildBranch], branch[buildBranch])