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:
- 75:ed8b10db9b5a
- Parent:
- 69:a8a0ac9f3f8a
- Child:
- 77:2d8a3de185b7
--- a/Jenkinsfile Mon Aug 27 10:45:25 2018 +0100
+++ b/Jenkinsfile Fri Aug 31 14:00:24 2018 +0100
@@ -66,6 +66,8 @@
dir("nanostack-border-router") {
checkout scm
execute("mbed deploy --protocol ssh")
+ execute ("mbed add mcr20a-rf-driver")
+ execute ("mbed add atmel-rf-driver")
// Update mbed-os revision if requested
if (params.mbed_os_revision != '') {
dir ("mbed-os") {