From 8ec54d0e945acb1365b2705b79b9e372338b5f02 Mon Sep 17 00:00:00 2001 From: "PATRYK GUDALEWICZ (ext.)" Date: Mon, 17 Jul 2023 07:21:55 +0000 Subject: [PATCH] Jenkinsfile edited online with Bitbucket Adding distutils reference during python installation --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 7aed164..8742726 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -88,6 +88,7 @@ pipeline { sh """ sudo add-apt-repository ppa:deadsnakes/ppa -y && \ sudo apt install python3.8 -y && \ + sudo apt install python3.8-distutils -y && \ python3.8 --version curl https://bootstrap.pypa.io/get-pip.py | python3.8 python3.8 -m pip --version