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:
- 29:cb580ede505b
- Parent:
- 27:2b3fc6ca5872
- Child:
- 30:81d713ba997d
diff -r cba5aec18a00 -r cb580ede505b Jenkinsfile
--- 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}"
}