summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build-gluster-org/scripts/jenkins-update.sh2
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/build-gluster-org/scripts/jenkins-update.sh b/build-gluster-org/scripts/jenkins-update.sh
index 7511797..d7a468f 100644
--- a/build-gluster-org/scripts/jenkins-update.sh
+++ b/build-gluster-org/scripts/jenkins-update.sh
@@ -1,5 +1,5 @@
#!/bin/sh
set -e
virtualenv env
-env/bin/pip install -e git+https://git.openstack.org/openstack-infra/jenkins-job-builder#egg=jenkins_jobs
+env/bin/pip install -e git+https://opendev.org/jjb/jenkins-job-builder.git#egg=jenkins_jobs
env/bin/jenkins-jobs --conf $JJB_CONFIG update build-gluster-org/jobs
diff --git a/requirements.txt b/requirements.txt
index 2b7fb44..71d07bd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1 @@
--e git+http://git.openstack.org/openstack-infra/jenkins-job-builder#egg=jenkins_jobs
+-e git+https://opendev.org/jjb/jenkins-job-builder.git#egg=jenkins_jobs