diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2023-05-10 10:04:11 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2023-05-10 10:04:11 -0700 |
commit | 88cdd197f284e1481faaaf197913e00cda48c929 (patch) | |
tree | 60f10339895eda4c5f30153e310ec7d1ddb62741 /jenkins-config/managed-config-files/custom/lftoolsini/content | |
parent | 7fe01b11ae8adf45b74879a1c0726caa2af5c00c (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/managed-config-files/custom/lftoolsini/content')
-rw-r--r-- | jenkins-config/managed-config-files/custom/lftoolsini/content | 4 |
1 files changed, 2 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 |