Ver código fonte

Merge pull request #40512 from thaJeztah/revert_jenkinsfile_pin_older_windows

Revert "Jenkinsfile: temporarily pin windows image to 10.0.17763.973"
Sebastiaan van Stijn 5 anos atrás
pai
commit
28f62c5a35
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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