Skip to content

Commit 3c405ec

Browse files
committed
Try different devkits per release on Windows
1 parent 8c079b2 commit 3c405ec

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

jenkins-job-generator/definitions/build-jobs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,19 @@
1212
majors: &majors
1313
- '11':
1414
branch_name: sapmachine11
15+
windows_devkit: 'io.sapmachine.build.devkit.windows-x64:devkit-vs2017:15.9.49'
1516
- '17':
1617
branch_name: sapmachine17
18+
windows_devkit: 'io.sapmachine.build.devkit.windows-x64:devkit-vs2017:15.9.49'
1719
- '18':
1820
branch_name: sapmachine18
21+
windows_devkit: 'io.sapmachine.build.devkit.windows-x64:devkit-vs2017:15.9.49'
1922
- '19':
2023
branch_name: sapmachine19
24+
windows_devkit: 'io.sapmachine.build.devkit.windows-x64:devkit-vs2017:15.9.49'
2125
- '20':
2226
branch_name: sapmachine
27+
windows_devkit: 'io.sapmachine.build.devkit.windows-x64:devkit-vs2019:16.11.13'
2328
platforms: &platforms
2429
- linux_x86_64:
2530
docker_agent: |
@@ -72,7 +77,7 @@
7277
devkit_default: ''
7378
- windows_x86_64:
7479
docker_agent: ''
75-
devkit_default: 'io.sapmachine.build.devkit.windows-x64:devkit-vs2017:15.9.49'
80+
devkit_default: '{windows_devkit}'
7681
build_types: &build_types
7782
- snapshot
7883
- release

0 commit comments

Comments
 (0)