added Stage to build Littlefs
This commit is contained in:
parent
051796b19b
commit
5638c03e76
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -52,6 +52,16 @@ wifi_ap_password = DummyAP
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('📁 Build Filesystem (LittleFS)') {
|
||||||
|
steps {
|
||||||
|
dir('Software') {
|
||||||
|
sh """
|
||||||
|
${env.VENV_PATH}/bin/platformio run -t buildfs -e ${params.BUILD_ENV}
|
||||||
|
"""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage('📦 Find & Archive Firmware') {
|
stage('📦 Find & Archive Firmware') {
|
||||||
steps {
|
steps {
|
||||||
dir('Software') {
|
dir('Software') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user