This is an example application based on Mbed-OS LoRaWAN protocol APIs. The Mbed-OS LoRaWAN stack implementation is compliant with LoRaWAN v1.0.2 specification.
Dependencies: Lorawan_Version_0_1
Dependents: Lorawan_Version_0_1
Diff: Jenkinsfile
- Revision:
- 59:23cc35ed9008
- Parent:
- 54:19d02b47e598
--- a/Jenkinsfile Tue Oct 08 14:01:59 2019 +0100 +++ b/Jenkinsfile Thu Nov 28 09:01:59 2019 +0000 @@ -82,7 +82,7 @@ def buildStep(target, toolchain) { return { stage ("${target}_${toolchain}") { - node ("${toolchain}") { + node ("all-in-one-build-slave") { deleteDir() dir("mbed-os-example-lorawan") { checkout scm @@ -147,7 +147,7 @@ def build_regions(regions) { return { stage ("region_builder_K64F_GCC_ARM") { - node ("GCC_ARM") { + node ("all-in-one-build-slave") { deleteDir() dir("mbed-os-example-lorawan") { checkout scm