adding new script

master
rforstner 2022-01-20 19:49:22 +01:00
parent 11428efaef
commit 489cb861c7
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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