Browse code

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

Tibor Vass authored on 2020/02/22 08:45:04
Showing 1 changed files
... ...
@@ -829,7 +829,7 @@ pipeline {
829 829
                         TESTRUN_DRIVE          = 'd'
830 830
                         TESTRUN_SUBDIR         = "CI"
831 831
                         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
833 833
                     }
834 834
                     agent {
835 835
                         node {