Build within python directory
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -8,6 +8,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'cd python'
|
||||||
sh 'python python/setup.py bdist_wheel'
|
sh 'python python/setup.py bdist_wheel'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user