Compare commits

...

2 Commits
main ... modbus

Author SHA1 Message Date
Siwat Sirichai b0fb33b1ec Merge branch 'main' into modbus 2023-12-08 18:00:20 +07:00
Siwat Sirichai 59d0c470b1 Update Jenkinsfile 2023-12-07 16:45:56 +07:00
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Build') {
steps {
git branch: 'main', url: 'https://git.siwatsystem.com/ise-senior-iot/iot-firmware.git'
git branch: 'modbus', url: 'https://git.siwatsystem.com/ise-senior-iot/iot-firmware.git'
sh 'export PLATFORMIO_PATH=/root/.platformio/penv/bin/platformio'
sh '/usr/bin/python3 gen_release.py'
stash includes: 'release/**/*', name: 'release_binaries'