From: Jessica Wagantall Date: Wed, 10 May 2023 17:04:11 +0000 (-0700) Subject: Fix: Use unique credentials for lftoolsini X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=88cdd197f284e1481faaaf197913e00cda48c929;hp=7fe01b11ae8adf45b74879a1c0726caa2af5c00c;p=ci-management.git 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 Change-Id: I9ab971dc8b1329d0d3779ae2a8722e541e30ade6 --- 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"