From 563cb9542b4db811f540a13d6ab2c637f7d1fdcc Mon Sep 17 00:00:00 2001 From: rforstner Date: Thu, 20 Jan 2022 19:45:47 +0100 Subject: [PATCH] adding new script --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index c52305b..cdda9ad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -68,6 +68,10 @@ stage('install required python packages') { steps { sh ''' + python --version + python3 --version + pip3 --version + pip install --user --upgrade pip pip install --user -r requirements.txt ''' print env.JENKINS_URL