Browse Source

another fix

Grant Limberg 5 năm trước cách đây
mục cha
commit
b165b9dd4f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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') {