mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #40506 from thaJeztah/jenkinsfile_pin_older_windows
Jenkinsfile: temporarily pin windows image to 10.0.17763.973
This commit is contained in:
commit
acb236d787
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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 = 'ltsc2019'
|
WINDOWS_BASE_IMAGE_TAG = '10.0.17763.973' // TODO switch back to using ltsc2019 once the image is fixed
|
||||||
}
|
}
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue