Update Jenkinsfile

This commit is contained in:
Siwat Sirichai 2023-12-07 15:45:02 +07:00
parent 8ca7c5407d
commit 2b728b55c5
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -2,6 +2,11 @@ pipeline {
agent any
stages {
stage('Clone') {
steps {
git branch: 'main', url: 'https://git.siwatsystem.com/ise-senior-iot/iot-firmware.git'
}
}
stage('Build') {
steps {
sh 'export PLATFORMIO_PATH=/root/.platformio/penv/bin/platformio'