From c200b12c16100927ed299999a450d83ce8ec75dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Zar=C4=99ba?= Date: Wed, 24 May 2023 18:46:23 +0200 Subject: [PATCH] s --- JenkinsfileDVC | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 {