Browse code

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>

Sebastiaan van Stijn authored on 2020/02/12 22:33:36
Showing 1 changed files
... ...
@@ -970,7 +970,7 @@ pipeline {
970 970
                         TESTRUN_DRIVE          = 'd'
971 971
                         TESTRUN_SUBDIR         = "CI"
972 972
                         WINDOWS_BASE_IMAGE     = 'mcr.microsoft.com/windows/servercore'
973
-                        WINDOWS_BASE_IMAGE_TAG = 'ltsc2019'
973
+                        WINDOWS_BASE_IMAGE_TAG = '10.0.17763.973' // TODO switch back to using ltsc2019 once the image is fixed
974 974
                     }
975 975
                     agent {
976 976
                         node {