Jenkinsfile edited online with Bitbucket

Adding distutils reference during python installation
monthly
PATRYK GUDALEWICZ (ext.) 2023-07-17 07:26:13 +00:00
parent fc27eb2ae3
commit 1b85065bd7
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -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