summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"