summaryrefslogtreecommitdiffstats
path: root/jenkins-config
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2023-09-27 21:01:45 +0000
committerGerrit Code Review <gerrit@onap.org>2023-09-27 21:01:45 +0000
commitf1cc356be9af9eee229edd417758789b409babce (patch)
tree9572f120e0eef28f870668274cffefb63ac37155 /jenkins-config
parent0547cf6c516ef06b0fb9f7fbd84b76c12603c894 (diff)
parente9fa78d872b68ef43b804a077356181e368a7a1f (diff)
Merge "Fix: Use correct endpoint for onapsdk in pypirc"
Diffstat (limited to 'jenkins-config')
-rw-r--r--jenkins-config/managed-config-files/custom/pypirc/content2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins-config/managed-config-files/custom/pypirc/content b/jenkins-config/managed-config-files/custom/pypirc/content
index a5b368b98..d2fdf1f62 100644
--- a/jenkins-config/managed-config-files/custom/pypirc/content
+++ b/jenkins-config/managed-config-files/custom/pypirc/content
@@ -32,6 +32,6 @@ username: __token__
password: $PYPI_TOKEN
[pypi-onapsdk]
-repository: https://pypi.org/
+repository: https://upload.pypi.org/legacy/
username: __token__
password: $ONAP_PYPI_TOKEN