s
This commit is contained in:
parent
c200b12c16
commit
b0f5cec95c
@ -35,12 +35,12 @@ pipeline {
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
stage('Update OpenSSL and Cryptography') {
|
||||
steps {
|
||||
sh '''
|
||||
sudo apt-get update
|
||||
sudo apt-get install openssl
|
||||
apt-get update
|
||||
apt-get install openssl
|
||||
python3 -m pip uninstall -y cryptography
|
||||
python3 -m pip install cryptography
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user