Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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