Skip to content

Commit

Permalink
Updated windows product_codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ElstonLewis committed Oct 9, 2024
1 parent 890ddd0 commit 73ee00c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,21 +87,21 @@ switch(OS) {
base_name = "WindowsServer-2019-MSSQL-Web2019"
packer_script = "windows-sql.pkr.hcl"
iso_url = "https://oos.eu-west-2.outscale.com/omi/iso/SW_DVD9_SQL_Svr_Web_Ed_2019Dec2019_64Bit_English_MLF_X22-22250.ISO"
product_codes = "0002,0007"
product_codes = "0007"
break

case "Windows Server 2019 SQL Standard 2019":
base_name = "WindowsServer-2019-MSSQL-Std2019"
packer_script = "windows-sql.pkr.hcl"
iso_url = "https://oos.eu-west-2.outscale.com/omi/iso/SW_DVD9_NTRL_SQL_Svr_Standard_Edtn_2019Dec2019_64Bit_English_OEM_VL_X22-22109.ISO"
product_codes = "0002,0008"
product_codes = "0008"
break

case "Windows Server 2019 SQL Enterprise 2019":
base_name = "WindowsServer-2019-MSSQL-Ent2019"
packer_script = "windows-sql.pkr.hcl"
iso_url = "https://oos.eu-west-2.outscale.com/omi/iso/SW_DVD9_NTRL_SQL_Svr_Ent_Core_2019Dec2019_64Bit_English_OEM_VL_X22-22120.ISO"
product_codes = "0002,0009"
product_codes = "0009"
break

case "Windows 10":
Expand Down
6 changes: 3 additions & 3 deletions JenkinsfileMKP
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,21 @@ switch(OS) {
base_name = "WindowsServer-2019-MSSQL-Web2019"
packer_script = "windows-sql.pkr.hcl"
iso_url = "https://oos.eu-west-2.outscale.com/omi/iso/SW_DVD9_SQL_Svr_Web_Ed_2019Dec2019_64Bit_English_MLF_X22-22250.ISO"
product_codes = "0002,0007"
product_codes = "0007"
break

case "Windows Server 2019 SQL Standard 2019":
base_name = "WindowsServer-2019-MSSQL-Std2019"
packer_script = "windows-sql.pkr.hcl"
iso_url = "https://oos.eu-west-2.outscale.com/omi/iso/SW_DVD9_NTRL_SQL_Svr_Standard_Edtn_2019Dec2019_64Bit_English_OEM_VL_X22-22109.ISO"
product_codes = "0002,0008"
product_codes = "0008"
break

case "Windows Server 2019 SQL Enterprise 2019":
base_name = "WindowsServer-2019-MSSQL-Ent2019"
packer_script = "windows-sql.pkr.hcl"
iso_url = "https://oos.eu-west-2.outscale.com/omi/iso/SW_DVD9_NTRL_SQL_Svr_Ent_Core_2019Dec2019_64Bit_English_OEM_VL_X22-22120.ISO"
product_codes = "0002,0009"
product_codes = "0009"
break

case "Windows 10":
Expand Down

0 comments on commit 73ee00c

Please sign in to comment.