diff --git a/Jenkinsfile b/Jenkinsfile index 54ce469..9ef0dd4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('Build') { steps { sh 'export PLATFORMIO_PATH=/root/.platformio/penv/bin/platformio' - sh 'python3 gen_release.py' + sh '/usr/bin/python3 gen_release.py' } } stage('Publish') {