From aaeb02853e68b12858803f3fd38ba6b55fce3ccc Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 21 Feb 2025 22:18:47 +0000 Subject: [PATCH] Switched back to normal pip container --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2cac2ed..7f00ab3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent { kubernetes { cloud 'rsys-devel' - defaultContainer 'rootless-pip' + defaultContainer 'pip' inheritFrom 'pip' } }