Merge "CI: Add key and pypirc change for onapsdk"
authorEric Ball <eball@linuxfoundation.org>
Tue, 31 Jan 2023 22:11:45 +0000 (22:11 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 31 Jan 2023 22:11:45 +0000 (22:11 +0000)
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"