From 1ba181a0843b9158cebb5aaa7b0bb84947845099 Mon Sep 17 00:00:00 2001 From: Stephen Simpson Date: Fri, 5 Dec 2025 09:43:50 -0600 Subject: [PATCH] Update default Rocky Linux version in Jenkinsfile to 9.7 Signed-off-by: Stephen Simpson --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 64ffb52..c481547 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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(