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..."