From: Jessica Wagantall Date: Thu, 11 May 2023 18:45:38 +0000 (-0700) Subject: Fix: Reorder lftoolsini file X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F134551%2F2;p=ci-management.git Fix: Reorder lftoolsini file Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall Change-Id: I4f5c532a3a649f1b036cb11f0d1c1a67e429fcc0 --- diff --git a/jenkins-config/managed-config-files/custom/lftoolsini/content b/jenkins-config/managed-config-files/custom/lftoolsini/content index 5ce73c97b..81755ba96 100644 --- a/jenkins-config/managed-config-files/custom/lftoolsini/content +++ b/jenkins-config/managed-config-files/custom/lftoolsini/content @@ -1,9 +1,9 @@ -[nexus] -user=$JENKINS_RELEASE_USR -password=$JENKINS_RELEASE_PSW [nexus.onap.org] username=$LFTOOLSINI_NEXUS_USR password=$LFTOOLSINI_NEXUS_PSW +[nexus] +user=$JENKINS_RELEASE_USR +password=$JENKINS_RELEASE_PSW [rtd] -endpoint = https://readthedocs.org/api/v3/ -token = $RTD_TOKEN +endpoint=https://readthedocs.org/api/v3/ +token=$RTD_TOKEN