From 46b273635a05ee758d49cf1299961fbc7598fd29 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 21 Sep 2022 06:42:10 -0700 Subject: [PATCH] Feat: Direct PyPi calls through ORAN Nexus3 Proxy Jobs have been failing to retrieve certain artifact for some reason directly from PyPi. Try to see if doing a local proxy helps. Change-Id: I4dd43e2e240a18407ecc030b4a0c2ee3b62453ad Signed-off-by: Andrew Grimberg --- jenkins-config/managed-config-files/custom/pipconf/content | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jenkins-config/managed-config-files/custom/pipconf/content b/jenkins-config/managed-config-files/custom/pipconf/content index 8b137891..6581d0e0 100644 --- a/jenkins-config/managed-config-files/custom/pipconf/content +++ b/jenkins-config/managed-config-files/custom/pipconf/content @@ -1 +1,3 @@ - +[global] +timeout = 60 +index-url = https://nexus3.o-ran-sc.org/repository/PyPi/simple -- 2.16.6