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.
Fork of mbed-os-example-wifi by
Diff: Jenkinsfile
- Revision:
- 57:c8c960b825f0
- Parent:
- 55:23a0d1e8270a
- Child:
- 58:8d4bde75ebb9
diff -r 0bfadb4cb15e -r c8c960b825f0 Jenkinsfile --- a/Jenkinsfile Tue Feb 27 10:06:35 2018 +0100 +++ b/Jenkinsfile Tue Feb 27 10:59:23 2018 +0100 @@ -14,10 +14,7 @@ // List of targets with supported RF shields to compile def targets = [ "UBLOX_EVK_ODIN_W2": ["builtin"], - "REALTEK_RTL8195AM": ["builtin"], - "K64F": ["WIFI_ESP8266"], "NUCLEO_F401RE": ["WIFI_IDW0XX1"], - "NUCLEO_F429ZI": ["WIFI_ESP8266"], "DISCO_L475VG_IOT01A": ["WIFI_ISM43362"] ] @@ -31,8 +28,7 @@ // Supported RF shields def radioshields = [ "builtin", - "WIFI_IDW0XX1", - "WIFI_ESP8266" + "WIFI_IDW0XX1" ] def stepsForParallel = [:]
