Use python directory to build

This commit is contained in:
Piv
2020-07-30 20:21:53 +09:30
parent 04c73cfbfe
commit 5ff2a192ec

5
Jenkinsfile vendored
View File

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