Unverified Commit 995975ee authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Disabled mac and install isis 7.0.0_RC1

Disables the mac install our internal mac is not accessible. I also updated to install and test against 7.0.0_RC1
parent f83b9abd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// vim: ft=groovy

def labels = ['centos', 'fedora', 'ubuntu', 'mac'] // labels for Jenkins node types we will build on
def labels = ['centos', 'fedora', 'ubuntu'] // labels for Jenkins node types we will build on
def nodes = [:] 
def ISIS_VERSION="4.4.0_RC1"
def ISIS_VERSION="7.0.0_RC1"

for (lbl in labels) {
    def label = lbl