This reverts commit c694d603645fe60da7e2d646016159a01c599454.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -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 = '10.0.17763.973' // TODO switch back to using ltsc2019 once the image is fixed |
|
| 832 |
+ WINDOWS_BASE_IMAGE_TAG = 'ltsc2019' |
|
| 833 | 833 |
} |
| 834 | 834 |
agent {
|
| 835 | 835 |
node {
|