diff --git a/JenkinsfileDVC b/JenkinsfileDVC index fa24e53..409b726 100644 --- a/JenkinsfileDVC +++ b/JenkinsfileDVC @@ -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') { steps {