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 +*/