[19.03 backport] Jenkinsfile: temporarily pin windows image to 10.0.17763.973
| ... | ... |
@@ -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 {
|