From: Eric Ball Date: Tue, 31 Jan 2023 22:11:45 +0000 (+0000) Subject: Merge "CI: Add key and pypirc change for onapsdk" X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1424e3d8f43fb86be8007467f9da07b6b8298c83;hp=7f541bad7c0d833e60edf5fe3f8a2a542f43c485;p=ci-management.git Merge "CI: Add key and pypirc change for onapsdk" --- 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"