summaryrefslogtreecommitdiffstats
path: root/jenkins-config
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2023-05-10 10:04:11 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2023-05-10 10:04:11 -0700
commit88cdd197f284e1481faaaf197913e00cda48c929 (patch)
tree60f10339895eda4c5f30153e310ec7d1ddb62741 /jenkins-config
parent7fe01b11ae8adf45b74879a1c0726caa2af5c00c (diff)
Fix: Use unique credentials for lftoolsini
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
Diffstat (limited to 'jenkins-config')
-rw-r--r--jenkins-config/managed-config-files/custom/lftoolsini/content4
-rw-r--r--jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.yaml2
2 files changed, 4 insertions, 2 deletions
diff --git a/jenkins-config/managed-config-files/custom/lftoolsini/content b/jenkins-config/managed-config-files/custom/lftoolsini/content
index 43b872e8c..80569fecc 100644
--- a/jenkins-config/managed-config-files/custom/lftoolsini/content
+++ b/jenkins-config/managed-config-files/custom/lftoolsini/content
@@ -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
diff --git a/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.yaml b/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.yaml
index be6f0a56a..d237dbb38 100644
--- a/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.yaml
+++ b/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.yaml
@@ -2,5 +2,7 @@
customizedCredentialMappings:
- credentialsId: "lftoolsini"
tokenKey: "JENKINS_RELEASE"
+ - credentialsId: "lftoolsini-nexus"
+ tokenKey: "LFTOOLSINI_NEXUS"
- credentialsId: "rtd-token"
tokenKey: "RTD_TOKEN"