From: Anil Belur Date: Tue, 19 Oct 2021 10:32:38 +0000 (+1000) Subject: Fix: Update lftools.ini managed config X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=76c5fdf837d5442f2a2fdb7d013532a7b4d1de99;p=releng%2Fbuilder.git Fix: Update lftools.ini managed config The CR aff2a708c2a introduced a typo in the config file. The config file has been updated to point to the ODL Nexus Issue-ID: https://jira.linuxfoundation.org/browse/RELENG-4013 Signed-off-by: Anil Belur Change-Id: I1e80c7114b16e8686fb4c19abbcbf2f98f696f4f --- diff --git a/jenkins-config/managed-config-files/custom/lftoolsini/content b/jenkins-config/managed-config-files/custom/lftoolsini/content index 78cb008d32..583821a951 100644 --- a/jenkins-config/managed-config-files/custom/lftoolsini/content +++ b/jenkins-config/managed-config-files/custom/lftoolsini/content @@ -1,6 +1,6 @@ [nexus] username=$NEXUSRELEASE_USR password=$NEXUSRELEASE_PSW -[nexus.onap.org] +[nexus.opendaylight.org] username=$NEXUSRELEASE_USR password=$NEXUSRELEASE_PSW