From 8354109b9d81bbb9526b42135caa700c21f93e07 Mon Sep 17 00:00:00 2001 From: absurdfarce Date: Mon, 12 May 2025 17:36:27 -0500 Subject: [PATCH 1/4] Update build versions to include Ubuntu Noble --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 9a177771b..32b7bfc28 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -520,6 +520,7 @@ pipeline { 'rocky/9-64/cpp', 'ubuntu/focal64/cpp', 'ubuntu/jammy64/cpp' + 'ubuntu/noble64/cpp' } } From 531c7ebeba6c42631804286ef28d967b53ac765b Mon Sep 17 00:00:00 2001 From: absurdfarce Date: Mon, 12 May 2025 17:37:50 -0500 Subject: [PATCH 2/4] Seriously, I should pay more attention to details... :( --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 32b7bfc28..d4c798bf3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -519,7 +519,7 @@ pipeline { values 'rocky/8-64/cpp', 'rocky/9-64/cpp', 'ubuntu/focal64/cpp', - 'ubuntu/jammy64/cpp' + 'ubuntu/jammy64/cpp', 'ubuntu/noble64/cpp' } } From 9613c431d09b646960f6873733f0e7a62b83a549 Mon Sep 17 00:00:00 2001 From: absurdfarce Date: Mon, 12 May 2025 18:26:38 -0500 Subject: [PATCH 3/4] Forgot to add Noble in a few places --- Jenkinsfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d4c798bf3..8e91138e9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -472,6 +472,10 @@ pipeline { ubuntu/jammy64/cpp Ubuntu 22.04 LTS x86_64 + + ubuntu/noble64/cpp + Ubuntu 24.04 LTS x86_64 + ''') string( name: 'INTEGRATION_TESTS_FILTER', @@ -643,7 +647,8 @@ pipeline { values 'rocky/8-64/cpp', 'rocky/9-64/cpp', 'ubuntu/focal64/cpp', - 'ubuntu/jammy64/cpp' + 'ubuntu/jammy64/cpp', + 'ubuntu/noble64/cpp' } } From f0bde63bc949d4b5a9acb21abc2bce96c3b1ab2e Mon Sep 17 00:00:00 2001 From: absurdfarce Date: Tue, 13 May 2025 16:42:18 -0500 Subject: [PATCH 4/4] Forgot to add Noble to the actual dropdown list :( --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8e91138e9..9a97343b1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -447,7 +447,8 @@ pipeline { choices: ['rocky/8-64/cpp', 'rocky/9-64/cpp', 'ubuntu/focal64/cpp', - 'ubuntu/jammy64/cpp'], + 'ubuntu/jammy64/cpp', + 'ubuntu/noble64/cpp'], description: '''Operating system to use for scheduled or adhoc builds