George Djabarov / Mbed OS mbed-os-example-mesh-minimal
Revision:
29:cb580ede505b
Parent:
27:2b3fc6ca5872
Child:
30:81d713ba997d
--- a/Jenkinsfile	Fri Dec 16 09:30:13 2016 +0000
+++ b/Jenkinsfile	Wed Dec 21 12:45:10 2016 +0000
@@ -188,6 +188,10 @@
                   def toolchain = toolchains.keySet().asList().get(j)
                   def radioshield = radioshields.get(k)
                   def meshInterface = meshinterfaces.get(l)
+                  // Skip unwanted combination
+                  if (target == "NUCLEO_F401RE" && toolchain == "IAR") {
+                    continue
+                  }
                   if(allowed_shields.contains(radioshield)) {
                     unstash "${target}_${toolchain}_${radioshield}_${meshInterface}"
                   }