Jenkinsfile edited online with Bitbucket

Adding distutils reference during python installation
weekly
PATRYK GUDALEWICZ (ext.) 2023-07-17 07:26:29 +00:00
parent be24c40b5b
commit 4b971989a6
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -87,6 +87,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