From 769245bd3d04dbe71c0cb8f5c43f82345e565b4c Mon Sep 17 00:00:00 2001 From: outscale-gjt Date: Mon, 25 Nov 2024 15:53:11 +0100 Subject: [PATCH] alma8 : 2 jenkins files modified --- Jenkinsfile | 7 ++++++- JenkinsfileMKP | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 951480a..ab2481c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,11 @@ def script_base = "" def iso_url = "" def product_codes = "0001" switch(OS) { + case "Alma Linux 8": + base_name = "AlmaLinux-8" + script_base = "alma8 + break + case "Alma Linux 9": base_name = "AlmaLinux-9" script_base = "alma9" @@ -265,4 +270,4 @@ stage ("publish_omi") { } } } -*/ \ No newline at end of file +*/ diff --git a/JenkinsfileMKP b/JenkinsfileMKP index d4ae881..021d480 100644 --- a/JenkinsfileMKP +++ b/JenkinsfileMKP @@ -6,6 +6,11 @@ def script_base = "" def iso_url = "" def product_codes = "0001" switch(OS) { + case "Alma Linux 8": + base_name = "AlmaLinux-8" + script_base = "alma8 + break + case "Alma Linux 9": base_name = "AlmaLinux-9" script_base = "alma9" @@ -265,4 +270,4 @@ stage ("publish_omi") { } } } -*/ \ No newline at end of file +*/