Replace opencord.org with lfbroadband.org
This replaces all instances of opencord.org with lfbroadband.org, with
the exception of email addresses, which are not yet migrated.
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: Id34a12b75668e2cab6b6bc76f148f030324ac276
diff --git a/jjb/pipeline/voltha/voltha-dt-physical-functional-tests.groovy b/jjb/pipeline/voltha/voltha-dt-physical-functional-tests.groovy
index ec2c00c..4446e3b 100644
--- a/jjb/pipeline/voltha/voltha-dt-physical-functional-tests.groovy
+++ b/jjb/pipeline/voltha/voltha-dt-physical-functional-tests.groovy
@@ -18,7 +18,7 @@
library identifier: 'cord-jenkins-libraries@master',
retriever: modernSCM([
$class: 'GitSCMSource',
- remote: 'https://gerrit.opencord.org/ci-management.git'
+ remote: 'https://gerrit.lfbroadband.org/ci-management.git'
])
node {
@@ -51,7 +51,7 @@
checkout([
$class: 'GitSCM',
userRemoteConfigs: [[
- url: "https://gerrit.opencord.org/voltha-system-tests",
+ url: "https://gerrit.lfbroadband.org/voltha-system-tests",
refspec: "${volthaSystemTestsChange}"
]],
branches: [[ name: "${branch}", ]],
@@ -65,7 +65,7 @@
sh(script:"""
if [ '${volthaSystemTestsChange}' != '' ] ; then
cd $WORKSPACE/voltha-system-tests;
- git fetch https://gerrit.opencord.org/voltha-system-tests ${volthaSystemTestsChange} && git checkout FETCH_HEAD
+ git fetch https://gerrit.lfbroadband.org/voltha-system-tests ${volthaSystemTestsChange} && git checkout FETCH_HEAD
fi
""")
}