Browse code

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>

Sebastiaan van Stijn authored on 2019/09/26 18:59:13
Showing 1 changed files
... ...
@@ -764,7 +764,7 @@ pipeline {
764 764
                                 powershell '''
765 765
                                 $ErrorActionPreference = 'Stop'
766 766
                                 [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
768 768
                                 ./hack/ci/windows.ps1
769 769
                                 exit $LastExitCode
770 770
                                 '''
... ...
@@ -824,7 +824,7 @@ pipeline {
824 824
                             steps {
825 825
                                 powershell '''
826 826
                                 $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
828 828
                                 ./hack/ci/windows.ps1
829 829
                                 exit $LastExitCode
830 830
                                 '''