CI: Add key and pypirc change for onapsdk 43/133043/1
authorEric Ball <eball@linuxfoundation.org>
Thu, 26 Jan 2023 21:34:59 +0000 (13:34 -0800)
committerEric Ball <eball@linuxfoundation.org>
Thu, 26 Jan 2023 21:34:59 +0000 (13:34 -0800)
Fix for LF-Jira IT-25022.

Change-Id: Ibaba412abb5bda6af31d181b4c439e4441551c20
Issue-ID: CIMAN-33
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
jenkins-config/managed-config-files/custom/pypirc/content
jenkins-config/managed-config-files/custom/pypirc/customizedCredentialMappings.yaml

index 6a0fcdc..7103c83 100644 (file)
@@ -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
index 894c65b..76a3e80 100644 (file)
@@ -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"