From 88cdd197f284e1481faaaf197913e00cda48c929 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 10 May 2023 10:04:11 -0700 Subject: [PATCH 1/1] 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 --- jenkins-config/managed-config-files/custom/lftoolsini/content | 4 ++-- .../custom/lftoolsini/customizedCredentialMappings.yaml | 2 ++ 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" -- 2.16.6