Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit a3dcc8e

Browse files
committed
Jenkinsfile: update references to repositories that were moved
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit b323c6e9aeb6c18b25cd77b6ecafc761785b8c65) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: ac62fa7a618691d017e7ba48013c03890754389a Component: engine
1 parent 9098e21 commit a3dcc8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/engine/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ pipeline {
764764
powershell '''
765765
$ErrorActionPreference = 'Stop'
766766
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
767-
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
767+
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
768768
./hack/ci/windows.ps1
769769
exit $LastExitCode
770770
'''
@@ -824,7 +824,7 @@ pipeline {
824824
steps {
825825
powershell '''
826826
$ErrorActionPreference = 'Stop'
827-
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
827+
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
828828
./hack/ci/windows.ps1
829829
exit $LastExitCode
830830
'''

0 commit comments

Comments
 (0)