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
| Choice | Description | -||
|---|---|---|---|
| rocky/8-64/cpp | -Rocky Linux 8 x86_64 | -||
| rocky/9-64/cpp | Rocky Linux 9 x86_64 | ||
| ubuntu/focal64/cpp | -Ubuntu 20.04 LTS x86_64 | +rocky/10-64/cpp | +Rocky Linux 10 x86_64 |
| ubuntu/jammy64/cpp | Ubuntu 22.04 LTS x86_64 | ||
| ubuntu/noble64/cpp | +Ubuntu 24.04 LTS x86_64 | +