quotes in jf

master
rforstner 2022-01-26 16:23:15 +01:00
parent 80f8411792
commit 8c0c9bea3a
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -98,7 +98,6 @@
sh ''' sh '''
pip install --user -r requirements.txt pip install --user -r requirements.txt
''' '''
print env.JENKINS_URL
} }
} }