|
@@ -764,7 +764,7 @@ pipeline {
|
|
powershell '''
|
|
powershell '''
|
|
$ErrorActionPreference = 'Stop'
|
|
$ErrorActionPreference = 'Stop'
|
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
|
- Invoke-WebRequest https://github.com/jhowardmsft/docker-ci-zap/blob/master/docker-ci-zap.exe?raw=true -OutFile C:/Windows/System32/docker-ci-zap.exe
|
|
|
|
|
|
+ Invoke-WebRequest https://github.com/moby/docker-ci-zap/blob/master/docker-ci-zap.exe?raw=true -OutFile C:/Windows/System32/docker-ci-zap.exe
|
|
./hack/ci/windows.ps1
|
|
./hack/ci/windows.ps1
|
|
exit $LastExitCode
|
|
exit $LastExitCode
|
|
'''
|
|
'''
|
|
@@ -824,7 +824,7 @@ pipeline {
|
|
steps {
|
|
steps {
|
|
powershell '''
|
|
powershell '''
|
|
$ErrorActionPreference = 'Stop'
|
|
$ErrorActionPreference = 'Stop'
|
|
- Invoke-WebRequest https://github.com/jhowardmsft/docker-ci-zap/blob/master/docker-ci-zap.exe?raw=true -OutFile C:/Windows/System32/docker-ci-zap.exe
|
|
|
|
|
|
+ Invoke-WebRequest https://github.com/moby/docker-ci-zap/blob/master/docker-ci-zap.exe?raw=true -OutFile C:/Windows/System32/docker-ci-zap.exe
|
|
./hack/ci/windows.ps1
|
|
./hack/ci/windows.ps1
|
|
exit $LastExitCode
|
|
exit $LastExitCode
|
|
'''
|
|
'''
|