diff --git a/jenkins/jobs/macros-common.yaml b/jenkins/jobs/macros-common.yaml index 10a7806..f3cd3c3 100644 --- a/jenkins/jobs/macros-common.yaml +++ b/jenkins/jobs/macros-common.yaml @@ -4,10 +4,10 @@ - shell: | #!/bin/bash -xe if [[ ! -e devstack-gate ]]; then - git clone git://git.openstack.org/openstack-infra/devstack-gate + git clone https://git.openstack.org/openstack-infra/devstack-gate else cd devstack-gate - git remote set-url origin git://git.openstack.org/openstack-infra/devstack-gate + git remote set-url origin https://git.openstack.org/openstack-infra/devstack-gate git remote update git reset --hard if ! git clean -x -f ; then diff --git a/tools/run-compare-xml.sh b/tools/run-compare-xml.sh index 49e210f..f16b2b5 100755 --- a/tools/run-compare-xml.sh +++ b/tools/run-compare-xml.sh @@ -19,7 +19,7 @@ rm -fr .test mkdir .test cd .test -/usr/zuul-env/bin/zuul-cloner -m ../tools/run-compare-clonemap.yaml --cache-dir /opt/git git://git.openstack.org openstack-infra/jenkins-job-builder +/usr/zuul-env/bin/zuul-cloner -m ../tools/run-compare-clonemap.yaml --cache-dir /opt/git https://git.openstack.org openstack-infra/jenkins-job-builder cd jenkins-job-builder # These are $WORKSPACE/.test/jenkins-job-builder/.test/... mkdir -p .test/old/config