Skip to content

Commit

Permalink
alma8 : 2 jenkins files modified
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-gjt committed Nov 25, 2024
1 parent 820c1d3 commit 769245b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -265,4 +270,4 @@ stage ("publish_omi") {
}
}
}
*/
*/
7 changes: 6 additions & 1 deletion JenkinsfileMKP
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -265,4 +270,4 @@ stage ("publish_omi") {
}
}
}
*/
*/

0 comments on commit 769245b

Please sign in to comment.