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:
- 79:4425f61286a3
- Parent:
- 69:c76b3887071b
- Child:
- 101:eaeb5760ee04
--- a/Jenkinsfile Tue Mar 27 12:45:15 2018 +0100
+++ b/Jenkinsfile Wed Mar 28 10:00:14 2018 +0100
@@ -225,7 +225,7 @@
}
env.RAAS_USERNAME = "user"
env.RAAS_PASSWORD = "user"
- execute("./mbed-clitest/clitest.py --tcdir testcases --suitedir testcases/suites/ --suite ${suite_to_run} --type hardware --reset --raas 62.44.193.186:${raasPort} --raas_share_allocs --failure_return_value -vvv -w --log log_${raasPort}_${suiteName}")
+ execute("./mbed-clitest/clitest.py --tcdir testcases --suitedir testcases/suites/ --suite ${suite_to_run} --type hardware --reset --raas http://rauni.mbedcloudtesting.com/ --raas_share_allocs --failure_return_value -vvv -w --log log_${raasPort}_${suiteName}")
archive "log_${raasPort}_${suiteName}/**/*"
}
}