From bea5c0d75723b60f16ddfcadb177009ca78b4c92 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Tue, 14 Mar 2017 15:00:14 +0100
Subject: [PATCH] [Jenkins] Completely disable mac for now.

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index fb9a52fa3c4..25b60dcb458 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -37,7 +37,7 @@ builders['msvc'] = {
 builders['mac'] = {
     node('mac') {
         dir('ogs') { checkoutWithTags() }
-        load 'ogs/scripts/jenkins/mac.groovy'
+        // load 'ogs/scripts/jenkins/mac.groovy'
     }
 }
 
-- 
GitLab