init commit

master
rforstner 2021-11-23 13:00:31 +01:00
parent 7a69bd8c80
commit 0c2987d1f9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -44,7 +44,7 @@
stage('install required python packages') { stage('install required python packages') {
steps { steps {
sh ''' sh '''
pip install --upgrade pip sudo pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
''' '''
print env.JENKINS_URL print env.JENKINS_URL