From de3688ccf4fa327515dcecccb2864f5c8c732b65 Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Thu, 26 Jan 2023 13:34:59 -0800 Subject: CI: Add key and pypirc change for onapsdk Fix for LF-Jira IT-25022. Change-Id: Ibaba412abb5bda6af31d181b4c439e4441551c20 Issue-ID: CIMAN-33 Signed-off-by: Eric Ball --- jenkins-config/managed-config-files/custom/pypirc/content | 5 +++++ .../custom/pypirc/customizedCredentialMappings.yaml | 2 ++ 2 files changed, 7 insertions(+) (limited to 'jenkins-config/managed-config-files/custom') diff --git a/jenkins-config/managed-config-files/custom/pypirc/content b/jenkins-config/managed-config-files/custom/pypirc/content index 6a0fcdcfd..7103c833c 100644 --- a/jenkins-config/managed-config-files/custom/pypirc/content +++ b/jenkins-config/managed-config-files/custom/pypirc/content @@ -29,3 +29,8 @@ password: $PYPI_TEST_TOKEN repository: https://pypi.org/ username: __token__ password: $PYPI_TOKEN + +[pypi-onapsdk] +repository: https://pypi.org/ +username: __token__ +password: $ONAP_PYPI_TOKEN diff --git a/jenkins-config/managed-config-files/custom/pypirc/customizedCredentialMappings.yaml b/jenkins-config/managed-config-files/custom/pypirc/customizedCredentialMappings.yaml index 894c65bde..76a3e8087 100644 --- a/jenkins-config/managed-config-files/custom/pypirc/customizedCredentialMappings.yaml +++ b/jenkins-config/managed-config-files/custom/pypirc/customizedCredentialMappings.yaml @@ -6,3 +6,5 @@ customizedCredentialMappings: tokenKey: "PYPI_TOKEN" - credentialsId: "pypi-test-token" tokenKey: "PYPI_TEST_TOKEN" + - credentialsId: "onap-pypi-api-key" + tokenKey: "ONAP_PYPI_TOKEN" -- cgit 1.2.3-korg