Report your deploys
Pick the one that matches where your code lives and how you deploy.- GitHub — your repositories are on GitHub and something creates a deployment for each deploy, whether your own workflow or a provider such as Vercel.
- GitLab — your repositories are on GitLab and your pipeline’s deploy job declares an
environment:. - Webhook — your code host is not GitHub or GitLab, or the deploy happens somewhere your code host never sees, so the pipeline reports it directly.
- CircleCI — you deploy from CircleCI, with the job and the environment variables it needs.
Connect the rest of your tooling
- Issue trackers — send bug reports to Jira, Linear, Asana, Azure DevOps Boards, or any tracker over a webhook.
- Test management — mirror results into Testmo, TestRail, Xray, Zephyr or Qase.
- VPN — reach an application that is not on the public internet.