Commit 0948ec84 authored by Kelvin's avatar Kelvin
Browse files

specific version

parent 00b6e70c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

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

for (lbl in labels) {
    def label = lbl