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

Commit 3336316

Browse files
committed
Jenkinsfile: temporarily pin windows image to 10.0.17763.973
The latest `ltsc2019` image (`10.0.17763.1039`) appear to be broken, and even a `RUN Write-Host hello` hangs. Temporarily switching back to an older version so that CI doesn't fail. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit fa2417984be775b4076db681d233f565539207db) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: c694d603645fe60da7e2d646016159a01c599454 Component: engine
1 parent 9b30897 commit 3336316

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)