mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-20 14:06:54 +02:00
fix mac jenkins
This commit is contained in:
parent
4036657e32
commit
7d388e0c79
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -38,7 +38,7 @@ pipeline {
|
|||
}
|
||||
|
||||
def buildMacOS() {
|
||||
tasks << getTasks({ ->
|
||||
tasks << getTasks(['mac'],['amd64'], {unused1, unused2 ->
|
||||
def myNode = {
|
||||
node ('mac') {
|
||||
dir("build") {
|
||||
|
@ -48,6 +48,7 @@ def buildMacOS() {
|
|||
}
|
||||
}
|
||||
}
|
||||
return myNode
|
||||
})
|
||||
return tasks
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue