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

Commit 6c810a4

Browse files
authored
Merge pull request #40586 from thaJeztah/19.03_revert_jenkinsfile_pin_older_windows
[19.03] Revert "Jenkinsfile: temporarily pin windows image to 10.0.17763.973" Upstream-commit: a18dd2e48eafbabd9953810ed51a34c3fc0d58cc Component: engine
2 parents 169aca7 + 29ef942 commit 6c810a4

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)