Skip to content

Commit 4fa1a13

Browse files
committed
remove TODO comments linking to helpdesk issues
1 parent b8ed89c commit 4fa1a13

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Jenkinsfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,16 @@ properties([
99
def 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'

0 commit comments

Comments
 (0)