summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2023-05-11 11:45:38 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2023-05-11 11:50:16 -0700
commit9869f6e3da207f4f44bd0bd464be00230f67adf1 (patch)
tree2e9c4ccbb1cd41a556d9cc2c2f387aaed1513b7f
parentc8e330623f7338eec3177aac86b737d0e16a65f4 (diff)
Fix: Reorder lftoolsini file
Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I4f5c532a3a649f1b036cb11f0d1c1a67e429fcc0
-rw-r--r--jenkins-config/managed-config-files/custom/lftoolsini/content10
1 files 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