This commit is contained in:
Jakub Zaręba 2023-05-24 18:48:02 +02:00
parent c200b12c16
commit b0f5cec95c

View File

@ -39,8 +39,8 @@ pipeline {
stage('Update OpenSSL and Cryptography') { stage('Update OpenSSL and Cryptography') {
steps { steps {
sh ''' sh '''
sudo apt-get update apt-get update
sudo apt-get install openssl apt-get install openssl
python3 -m pip uninstall -y cryptography python3 -m pip uninstall -y cryptography
python3 -m pip install cryptography python3 -m pip install cryptography
''' '''