s
This commit is contained in:
parent
167aecacf1
commit
c200b12c16
@ -36,6 +36,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') {
|
||||
steps {
|
||||
sh 'python3 -m pip install --user \'dvc[ssh]\''
|
||||
|
Loading…
Reference in New Issue
Block a user