From 9869f6e3da207f4f44bd0bd464be00230f67adf1 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 11 May 2023 11:45:38 -0700 Subject: Fix: Reorder lftoolsini file Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall Change-Id: I4f5c532a3a649f1b036cb11f0d1c1a67e429fcc0 --- jenkins-config/managed-config-files/custom/lftoolsini/content | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- cgit 1.2.3-korg