init commit

staging
rforstner 2021-11-22 17:23:32 +01:00
parent c40f92e656
commit fdcc612078
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -32,8 +32,7 @@
stage('install required packages') { stage('install required packages') {
steps { steps {
sh ''' sh '''
sudo apt install python3-pip pip install -r requirements.txt
pip3 install -r requirements.txt
''' '''
} }
} }