adding new script

master
rforstner 2022-01-20 19:50:55 +01:00
parent 489cb861c7
commit 3b4fedafcb
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -68,7 +68,7 @@
stage('install required python packages') { stage('install required python packages') {
steps { steps {
sh ''' sh '''
sudo apt install python3-pip cat /etc/*-release
pip3 install --user -r requirements.txt pip3 install --user -r requirements.txt
''' '''
print env.JENKINS_URL print env.JENKINS_URL