diff --git a/Jenkinsfile b/Jenkinsfile index 9a177771b..6515e5f2d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -444,10 +444,10 @@ pipeline { ''') choice( name: 'OS_VERSION', - choices: ['rocky/8-64/cpp', - 'rocky/9-64/cpp', - 'ubuntu/focal64/cpp', - 'ubuntu/jammy64/cpp'], + choices: ['rocky/9-64/cpp', + 'rocky/10-64/cpp', + 'ubuntu/jammy64/cpp', + 'ubuntu/noble64/cpp'], description: '''Operating system to use for scheduled or adhoc builds @@ -456,22 +456,22 @@ pipeline { - - - - - - + + + + + +
Choice Description
rocky/8-64/cppRocky Linux 8 x86_64
rocky/9-64/cpp Rocky Linux 9 x86_64
ubuntu/focal64/cppUbuntu 20.04 LTS x86_64rocky/10-64/cppRocky Linux 10 x86_64
ubuntu/jammy64/cpp Ubuntu 22.04 LTS x86_64
ubuntu/noble64/cppUbuntu 24.04 LTS x86_64
''') string( name: 'INTEGRATION_TESTS_FILTER', @@ -516,10 +516,10 @@ pipeline { axes { axis { name 'OS_VERSION' - values 'rocky/8-64/cpp', - 'rocky/9-64/cpp', - 'ubuntu/focal64/cpp', - 'ubuntu/jammy64/cpp' + values 'rocky/9-64/cpp', + 'rocky/10-64/cpp', + 'ubuntu/jammy64/cpp', + 'ubuntu/noble64/cpp' } } @@ -639,10 +639,10 @@ pipeline { axes { axis { name 'OS_VERSION' - values 'rocky/8-64/cpp', - 'rocky/9-64/cpp', - 'ubuntu/focal64/cpp', - 'ubuntu/jammy64/cpp' + values 'rocky/9-64/cpp', + 'rocky/10-64/cpp', + 'ubuntu/jammy64/cpp', + 'ubuntu/noble64/cpp' } }