Update Jenkinsfile

This commit is contained in:
Siwat Sirichai 2023-12-07 15:46:36 +07:00
parent 2b728b55c5
commit 816d31ad5f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
stage('Build') {
steps {
sh 'export PLATFORMIO_PATH=/root/.platformio/penv/bin/platformio'
sh 'python gen_release.py'
sh 'python3 gen_release.py'
}
}
stage('Publish') {