From 608b98b41d6a2cdf5b91796f3fc5d361e7ab6fe9 Mon Sep 17 00:00:00 2001 From: vato007 Date: Thu, 30 Jul 2020 10:44:32 +0000 Subject: [PATCH] Build within python directory --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 20ed557..8e0a632 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,7 @@ pipeline { stages { stage('Build') { steps { + sh 'cd python' sh 'python python/setup.py bdist_wheel' } }