summaryrefslogtreecommitdiffstats
path: root/jenkins-config/managed-config-files/custom/pypirc/content
diff options
context:
space:
mode:
authorEric Ball <eball@linuxfoundation.org>2021-12-14 17:07:08 -0800
committerEric Ball <eball@linuxfoundation.org>2021-12-15 14:39:35 -0800
commit2a0d0e553fe5b6df3cf7ad389467ac5fbef62297 (patch)
tree55bff12c6d98a74cee966ae28f3029dfeadcb6f7 /jenkins-config/managed-config-files/custom/pypirc/content
parent79fa61adf601c04891a2ca5f0f3da4d65e51e5c7 (diff)
Feat: Add JCasC managed config files
Change-Id: Ibe1e731577cac990d078e03b4be21fdfc0c5b82c Issue-ID: CIMAN-33 Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Diffstat (limited to 'jenkins-config/managed-config-files/custom/pypirc/content')
-rw-r--r--jenkins-config/managed-config-files/custom/pypirc/content31
1 files changed, 31 insertions, 0 deletions
diff --git a/jenkins-config/managed-config-files/custom/pypirc/content b/jenkins-config/managed-config-files/custom/pypirc/content
new file mode 100644
index 000000000..6a0fcdcfd
--- /dev/null
+++ b/jenkins-config/managed-config-files/custom/pypirc/content
@@ -0,0 +1,31 @@
+[distutils]
+index-servers =
+ staging
+ release
+ pypi-test
+ pypi
+
+[staging]
+repository: https://nexus3.onap.org/repository/PyPi.staging/
+username: $PYPI_STAGING_RELEASE_USR
+password: $PYPI_STAGING_RELEASE_PSW
+
+[release]
+repository: https://nexus3.onap.org/repository/PyPi.release/
+username: $PYPI_STAGING_RELEASE_USR
+password: $PYPI_STAGING_RELEASE_PSW
+
+[wheel-alpine]
+repository: https://nexus3.onap.org/repository/PyPi.wheel-alpine/
+username: $PYPI_STAGING_RELEASE_USR
+password: $PYPI_STAGING_RELEASE_PSW
+
+[pypi-test]
+repository: https://test.pypi.org/legacy/
+username: __token__
+password: $PYPI_TEST_TOKEN
+
+[pypi]
+repository: https://pypi.org/
+username: __token__
+password: $PYPI_TOKEN