adding new script

master
rforstner 2022-01-20 19:54:38 +01:00
parent 9bf9aef861
commit 1bb411c815
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 zypper install python3-pip
python3 -m ensurepip
pip3 install --user -r requirements.txt
'''
print env.JENKINS_URL