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. */
|
/* Create source tarball. */
|
||||||
try {
|
try {
|
||||||
retry(10) {
|
retry(10) {
|
||||||
node('Linux') {
|
node('Linux || macOS') {
|
||||||
/* Run git clone. */
|
/* Run git clone. */
|
||||||
gitClone(repository[buildBranch], branch[buildBranch])
|
gitClone(repository[buildBranch], branch[buildBranch])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user