From 4b7b88eb4e38391470a925a4ba49803bcfa47fdb Mon Sep 17 00:00:00 2001 From: Adam Brousseau Date: Thu, 13 Dec 2018 22:21:08 -0500 Subject: [PATCH] Enable option to build OSX for JDK8 - Both compressed and non Related #3323 [skip ci] Signed-off-by: Adam Brousseau --- buildenv/jenkins/jobs/pipelines/Pipeline-Build-Test-All | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildenv/jenkins/jobs/pipelines/Pipeline-Build-Test-All b/buildenv/jenkins/jobs/pipelines/Pipeline-Build-Test-All index caa82b686dc..3710613be38 100644 --- a/buildenv/jenkins/jobs/pipelines/Pipeline-Build-Test-All +++ b/buildenv/jenkins/jobs/pipelines/Pipeline-Build-Test-All @@ -85,8 +85,8 @@ SPECS = ['aix_ppc-64_cmprssptrs' : CURRENT_RELEASES, 'win_x86' : ['8'], 'win_x86-64_cmprssptrs' : CURRENT_RELEASES, 'zos_390-64_cmprssptrs' : ['11'], - 'osx_x86-64' : ['11'], - 'osx_x86-64_cmprssptrs' : ['11']] + 'osx_x86-64' : ['8', '11'], + 'osx_x86-64_cmprssptrs' : ['8', '11']] // Initialize all PARAMETERS (params) to Groovy Variables even if they are not passed echo "Initialize all PARAMETERS..."