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:
- 39:e57f130d65bd
- Parent:
- 30:b528cee9bf09
- Child:
- 41:1f13c9a6ee23
--- a/Jenkinsfile Tue Apr 30 08:01:58 2019 +0100 +++ b/Jenkinsfile Tue Apr 30 11:02:03 2019 +0100 @@ -165,7 +165,7 @@ } } execute("python clitest.py --suitedir mbed-clitest-suites/suites/ --suite ${suite_to_run} --type hardware --reset \ - --raas ${raasName}.mbedcloudtesting.com:80 --tcdir mbed-clitest-suites/cellular --raas_queue --raas_queue_timeout 3600 \ + --raas https://${raasName}.mbedcloudtesting.com:443 --tcdir mbed-clitest-suites/cellular --raas_queue --raas_queue_timeout 3600 \ --raas_share_allocs --failure_return_value -vvv -w --log log_${raasName}_${suiteName}") archive "log_${raasName}_${suiteName}/**/*" }