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