init commit

staging
rforstner 2021-11-22 17:21:19 +01:00
parent 08facc6f56
commit c40f92e656
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

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