Update Jenkinsfile
This commit is contained in:
parent
2b728b55c5
commit
816d31ad5f
|
@ -10,7 +10,7 @@ pipeline {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'export PLATFORMIO_PATH=/root/.platformio/penv/bin/platformio'
|
sh 'export PLATFORMIO_PATH=/root/.platformio/penv/bin/platformio'
|
||||||
sh 'python gen_release.py'
|
sh 'python3 gen_release.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Publish') {
|
stage('Publish') {
|
||||||
|
|
Loading…
Reference in New Issue