Fix: Use unique credentials for lftoolsini 36/134536/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 10 May 2023 17:04:11 +0000 (10:04 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 10 May 2023 17:04:11 +0000 (10:04 -0700)
Use unique credentials for nexus and for nexus.onap.org
to avoid duplicated option errors

Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I9ab971dc8b1329d0d3779ae2a8722e541e30ade6

jenkins-config/managed-config-files/custom/lftoolsini/content
jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.yaml

index 43b872e..80569fe 100644 (file)
@@ -2,8 +2,8 @@
 username=$JENKINS_RELEASE_USR
 password=$JENKINS_RELEASE_PSW
 [nexus.onap.org]
-username=$JENKINS_RELEASE_USR
-password=$JENKINS_RELEASE_PSW
+username=$LFTOOLSINI_NEXUS_USR
+password=$LFTOOLSINI_NEXUS_PSW
 [rtd]
 endpoint = https://readthedocs.org/api/v3/
 token = $RTD_TOKEN
index be6f0a5..d237dbb 100644 (file)
@@ -2,5 +2,7 @@
 customizedCredentialMappings:
   - credentialsId: "lftoolsini"
     tokenKey: "JENKINS_RELEASE"
+  - credentialsId: "lftoolsini-nexus"
+    tokenKey: "LFTOOLSINI_NEXUS"
   - credentialsId: "rtd-token"
     tokenKey: "RTD_TOKEN"