DeviceCloud includes a BitRise step to allow automatic triggering of tests via your BitRise CI process.
How to configure the integration:
- Edit your workflow in BitRise to add a new step.
- Search for 'Device Cloud for Maestro' and select the step.
- The step will now appear in your workflow
- Populate the API key using a BitRise secret and set any variables. The step inputs mirror the
dcd cloudflags — see that reference for the full list and accepted values.
If your repository is on GitHub and you use GitHub checks, the GitHub Check Name input (check_name) names the check a run posts — iOS gives DeviceCloud / iOS. Set it when a commit is tested by more than one workflow, so each gets a check you can require separately in branch protection. It applies to runs that also carry gh_repo and gh_sha metadata.


