Jenkins: Allow macOS to make source tarballs
This commit is contained in:
2
.ci/Jenkinsfile
vendored
2
.ci/Jenkinsfile
vendored
@@ -215,7 +215,7 @@ pipeline {
|
||||
/* Create source tarball. */
|
||||
try {
|
||||
retry(10) {
|
||||
node('Linux') {
|
||||
node('Linux || macOS') {
|
||||
/* Run git clone. */
|
||||
gitClone(repository[buildBranch], branch[buildBranch])
|
||||
|
||||
|
Reference in New Issue
Block a user