another fix

This commit is contained in:
Grant Limberg 2020-06-16 17:46:22 -07:00
parent 7d388e0c79
commit b165b9dd4f

1
Jenkinsfile vendored
View file

@ -38,6 +38,7 @@ pipeline {
}
def buildMacOS() {
def tasks = [:]
tasks << getTasks(['mac'],['amd64'], {unused1, unused2 ->
def myNode = {
node ('mac') {