File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -9,22 +9,16 @@ properties([
99def agentSelector (String imageType , spotRetryCounter ) {
1010 def platform
1111 switch (imageType) {
12- // TODO: to be removed later, when Windows 2019 support is dropped
13- // cf https://github.com/jenkins-infra/helpdesk/issues/4954
1412 // nanoserver-1809, nanoserver-ltsc2019 and windowservercore-ltsc2019
1513 case ~/ .*9/ :
1614 platform = ' windows-2019'
1715 break
1816
19- // TODO: to be removed later, when using Windows 2025 agents by default
20- // cf https://github.com/jenkins-infra/helpdesk/issues/4956
2117 // nanoserver-ltsc2022 and windowservercore-ltsc2022
2218 case ~/ .*2/ :
2319 platform = ' windows-2022'
2420 break
2521
26- // TODO: to be replaced by ~/*server*/, when using Windows 2025 agents by default for Windows images
27- // cf https://github.com/jenkins-infra/helpdesk/issues/4956
2822 // nanoserver-ltsc2025 and windowservercore-ltsc2025
2923 case ~/ .*5/ :
3024 platform = ' windows-2025'
You can’t perform that action at this time.
0 commit comments