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:
- 65:cb583d690d43
- Parent:
- 58:e0f2bf24e6db
- Child:
- 68:2330fbeb4926
--- a/Jenkinsfile Tue Nov 21 12:30:07 2017 +0000
+++ b/Jenkinsfile Wed Nov 22 09:15:10 2017 +0000
@@ -194,7 +194,7 @@
deleteDir()
dir("mbed-clitest") {
git "git@github.com:ARMmbed/mbed-clitest.git"
- execute("git checkout ${env.LATEST_CLITEST_REL}")
+ execute("git checkout ${env.LATEST_CLITEST_STABLE_REL}")
}
dir("testcases") {
git "git@github.com:ARMmbed/mbed-clitest-suites.git"