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:
- 43:49df70842a8a
- Parent:
- 39:3fdf04de1d41
- Child:
- 65:92e581c01e8c
--- a/Jenkinsfile Thu Nov 23 14:00:35 2017 +0000 +++ b/Jenkinsfile Thu Nov 23 14:30:18 2017 +0000 @@ -18,12 +18,12 @@ "NUCLEO_F429ZI" ] -// Map toolchains to compilers +// Map toolchains to CI labels def toolchains = [ ARM: "armcc", ARMC6: "armc6", GCC_ARM: "arm-none-eabi-gcc", - IAR: "IAR8" + IAR: "iar_arm" ] // Configurations