diff --git a/netci.groovy b/netci.groovy index 3b05de85ac9c1a1b6402ada2c2aaa2d6464e4994..8683ac7c069b12d92ef9b2974d94e29befdb6880 100644 --- a/netci.groovy +++ b/netci.groovy @@ -4,7 +4,7 @@ import jobs.generation.JobReport; def project = GithubProject def branch = GithubBranchName -def osList = ['Windows_NT', 'Ubuntu14.04'] //, 'OSX'], 'CentOS7.1' +def osList = ['Windows_NT', 'Ubuntu16.04'] //, 'OSX'], 'CentOS7.1' def static getBuildJobName(def configuration, def os) { return configuration.toLowerCase() + '_' + os.toLowerCase()