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

Commit 4acaa30

Browse files
authored
Merge pull request #40551 from thaJeztah/19.03_backport_jenkinsfile_pin_older_windows
[19.03 backport] Jenkinsfile: temporarily pin windows image to 10.0.17763.973 Upstream-commit: eee88a2a231942fe539ab4f03380652005c74b69 Component: engine
2 parents 9b30897 + 3336316 commit 4acaa30

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 = 'ltsc2019'
832+
WINDOWS_BASE_IMAGE_TAG = '10.0.17763.973' // TODO switch back to using ltsc2019 once the image is fixed
833833
}
834834
agent {
835835
node {

0 commit comments

Comments
 (0)