adding new script

master
rforstner 2022-01-20 19:52:19 +01:00
parent 3b4fedafcb
commit 9bf9aef861
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 '''
cat /etc/*-release
sudo zypper install python3-pip
pip3 install --user -r requirements.txt
'''
print env.JENKINS_URL