mbed-os-examples / Mbed OS mbed-os-example-mbed5-lorawan

Dependents:   Projet_de_bachelor_code Projet_de_bachelor_code

Files at this revision

API Documentation at this revision

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