Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 29ef942

Browse files
committed
Revert "Jenkinsfile: temporarily pin windows image to 10.0.17763.973"
This reverts commit c694d603645fe60da7e2d646016159a01c599454. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: eb7bd90a57cce34d89cbceb730c6cd8a3138f8db Component: engine
1 parent 169aca7 commit 29ef942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/engine/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ pipeline {
829829
TESTRUN_DRIVE = 'd'
830830
TESTRUN_SUBDIR = "CI"
831831
WINDOWS_BASE_IMAGE = 'mcr.microsoft.com/windows/servercore'
832-
WINDOWS_BASE_IMAGE_TAG = '10.0.17763.973' // TODO switch back to using ltsc2019 once the image is fixed
832+
WINDOWS_BASE_IMAGE_TAG = 'ltsc2019'
833833
}
834834
agent {
835835
node {

0 commit comments

Comments
 (0)