Update default Rocky Linux version in Jenkinsfile to 9.7

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
Stephen Simpson
2025-12-05 09:43:50 -06:00
parent 4d7c526b0e
commit 1ba181a084

2
Jenkinsfile vendored
View File

@@ -42,7 +42,7 @@ spec:
parameters {
string(
name: 'VERSIONS',
defaultValue: '8.10 9.6 10.1',
defaultValue: '8.10 9.7 10.1',
description: 'Rocky Linux versions to build (space-separated)'
)
string(