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:
- 30:81d713ba997d
- Parent:
- 29:cb580ede505b
- Child:
- 32:8b28e79d2ed0
--- a/Jenkinsfile Wed Dec 21 12:45:10 2016 +0000
+++ b/Jenkinsfile Wed Dec 21 13:30:11 2016 +0000
@@ -165,7 +165,7 @@
// Remove .json from suite name
def suiteName = suite_to_run.substring(0, suite_to_run.indexOf('.'))
stage ("smoke_${raasPort}_${suiteName}") {
- node ("linux_test") {
+ node ("mesh-test") {
deleteDir()
dir("mbed-clitest") {
git "git@github.com:ARMmbed/mbed-clitest.git"