From 14776dda685fbfd83cd04d88d5c74e9f3cf1983d Mon Sep 17 00:00:00 2001 From: absurdfarce Date: Fri, 12 Jun 2026 15:49:19 -0500 Subject: [PATCH 1/2] Bump RockyLinux to 9+10 and Ubuntu to Jammy+Noble --- Jenkinsfile | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9a177771b..7b22c247e 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,11 @@ 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', + } } From c54bca805135792e1df18426e14a8c0a317a710f Mon Sep 17 00:00:00 2001 From: absurdfarce Date: Fri, 12 Jun 2026 16:09:20 -0500 Subject: [PATCH 2/2] Syntax fix --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7b22c247e..6515e5f2d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -642,8 +642,7 @@ pipeline { values 'rocky/9-64/cpp', 'rocky/10-64/cpp', 'ubuntu/jammy64/cpp', - 'ubuntu/noble64/cpp', - + 'ubuntu/noble64/cpp' } }