Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 1.24 KB

File metadata and controls

22 lines (11 loc) · 1.24 KB

BitRise Steps

DeviceCloud includes a BitRise step to allow automatic triggering of tests via your BitRise CI process.

How to configure the integration:

  1. Edit your workflow in BitRise to add a new step.
  2. Search for 'Device Cloud for Maestro' and select the step.

  1. The step will now appear in your workflow

  1. Populate the API key using a BitRise secret and set any variables. The step inputs mirror the dcd cloud flags — 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.