浏览代码

another fix

Grant Limberg 5 年之前
父节点
当前提交
b165b9dd4f
共有 1 个文件被更改,包括 1 次插入0 次删除
  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') {