diff --git a/Jenkinsfile b/Jenkinsfile index 9a177771b..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 @@ -472,6 +473,10 @@ pipeline { + + + +
ubuntu/jammy64/cpp Ubuntu 22.04 LTS x86_64
ubuntu/noble64/cppUbuntu 24.04 LTS x86_64
''') string( name: 'INTEGRATION_TESTS_FILTER', @@ -519,7 +524,8 @@ pipeline { values 'rocky/8-64/cpp', 'rocky/9-64/cpp', 'ubuntu/focal64/cpp', - 'ubuntu/jammy64/cpp' + 'ubuntu/jammy64/cpp', + 'ubuntu/noble64/cpp' } } @@ -642,7 +648,8 @@ pipeline { values 'rocky/8-64/cpp', 'rocky/9-64/cpp', 'ubuntu/focal64/cpp', - 'ubuntu/jammy64/cpp' + 'ubuntu/jammy64/cpp', + 'ubuntu/noble64/cpp' } }