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.
Dependents: Projet_de_bachelor_code Projet_de_bachelor_code
Revision 59:23cc35ed9008, committed 2019-11-28
- Comitter:
- mbed_official
- Date:
- Thu Nov 28 09:01:59 2019 +0000
- Parent:
- 58:4d1114ac60aa
- Commit message:
- Updated build node (#169)
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-lorawan
Changed in this revision
Jenkinsfile | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4d1114ac60aa -r 23cc35ed9008 Jenkinsfile --- 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