Browse Source

another fix

Grant Limberg 5 years ago
parent
commit
b165b9dd4f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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