relative paths instead of cd

This commit is contained in:
reverend 2021-07-16 13:17:23 +02:00
parent d8b0ce1ac2
commit 244b4d2917

3
Jenkinsfile vendored
View File

@ -34,8 +34,7 @@ pipeline {
stage('build') { stage('build') {
steps { steps {
script { script {
sh 'cd django_lostplaces' sh 'python django_lostplaces/setup.py bdist_wheel --universal'
sh 'python setup.py bdist_wheel --universal'
} }
} }
} }