Build within python directory

This commit is contained in:
vato007
2020-07-30 10:44:32 +00:00
parent 152119c9de
commit 608b98b41d

1
Jenkinsfile vendored
View File

@@ -8,6 +8,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'cd python'
sh 'python python/setup.py bdist_wheel'
}
}