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
This commit is contained in:
Tibor Vass 2020-02-21 15:45:04 -08:00 committed by GitHub
commit eee88a2a23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -829,7 +829,7 @@ pipeline {
TESTRUN_DRIVE = 'd'
TESTRUN_SUBDIR = "CI"
WINDOWS_BASE_IMAGE = 'mcr.microsoft.com/windows/servercore'
WINDOWS_BASE_IMAGE_TAG = 'ltsc2019'
WINDOWS_BASE_IMAGE_TAG = '10.0.17763.973' // TODO switch back to using ltsc2019 once the image is fixed
}
agent {
node {