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:
- 77:2d8a3de185b7
- Parent:
- 75:ed8b10db9b5a
- Child:
- 82:3d9e3b7b3dcf
--- a/Jenkinsfile Mon Sep 10 12:15:34 2018 +0100
+++ b/Jenkinsfile Wed Sep 26 15:45:46 2018 +0100
@@ -1,5 +1,5 @@
properties ([[$class: 'ParametersDefinitionProperty', parameterDefinitions: [
- [$class: 'StringParameterDefinition', name: 'mbed_os_revision', defaultValue: '', description: 'Revision of mbed-os to build. To access mbed-os PR use format "pull/PR number/head"']
+ [$class: 'StringParameterDefinition', name: 'mbed_os_revision', defaultValue: '', description: 'Revision of mbed-os to build. By default mbed-os.lib is used. To access mbed-os PR use format "pull/PR number/head"']
]]])
if (params.mbed_os_revision == '') {
@@ -21,7 +21,7 @@
// Map toolchains to CI labels
def toolchains = [
ARM: "armcc",
- ARMC6: "armc6",
+// ARMC6: "armc6",
GCC_ARM: "arm-none-eabi-gcc",
IAR: "iar_arm"
]
@@ -66,8 +66,6 @@
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") {