s
This commit is contained in:
parent
c200b12c16
commit
b0f5cec95c
@ -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
|
||||||
'''
|
'''
|
||||||
|
Loading…
Reference in New Issue
Block a user