Update Jenkinsfile
This commit is contained in:
parent
1206427e82
commit
88c2003116
|
@ -4,7 +4,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
git branch: 'main', url: 'https://git.siwatsystem.com/ise-senior-iot/iot-firmware.git'
|
git branch: 'lcd_upload', url: 'https://git.siwatsystem.com/ise-senior-iot/iot-firmware.git'
|
||||||
sh 'export PLATFORMIO_PATH=/root/.platformio/penv/bin/platformio'
|
sh 'export PLATFORMIO_PATH=/root/.platformio/penv/bin/platformio'
|
||||||
sh '/usr/bin/python3 gen_release.py'
|
sh '/usr/bin/python3 gen_release.py'
|
||||||
stash includes: 'release/**/*', name: 'release_binaries'
|
stash includes: 'release/**/*', name: 'release_binaries'
|
||||||
|
|
Loading…
Reference in New Issue