diff options
author | Eric Ball <eball@linuxfoundation.org> | 2023-01-26 13:34:59 -0800 |
---|---|---|
committer | Eric Ball <eball@linuxfoundation.org> | 2023-01-26 13:34:59 -0800 |
commit | de3688ccf4fa327515dcecccb2864f5c8c732b65 (patch) | |
tree | cdcbfcb221ab9412f683857dd05734bdb6101781 /jenkins-config/managed-config-files | |
parent | 090d5d492fd9cb7653900521cd447ce63185073c (diff) |
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 <eball@linuxfoundation.org>
Diffstat (limited to 'jenkins-config/managed-config-files')
-rw-r--r-- | jenkins-config/managed-config-files/custom/pypirc/content | 5 | ||||
-rw-r--r-- | jenkins-config/managed-config-files/custom/pypirc/customizedCredentialMappings.yaml | 2 |
2 files changed, 7 insertions, 0 deletions
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" |