Other CI platforms

Screenshotbot works on any CI framework.

On the following CI platforms, we can read the environment variables and determine most of the context we need to automatically generate reports:

  • CircleCI
  • Bitrise
  • Netlify
  • Azure DevOps
  • Bitbucket Pipelines
  • Buildkite
  • Gitlab CI
  • GitHub Actions

If your CI is not listed above, please contact us and we can usually add it very quickly.

For some CI platforms such as Jenkins or Phabricator's Harbormaster, you might need to provide additional command line arguments manually. Here's a basic list of arguments that you might need to pass:

      --repo-url ...
      --build-url ... # optional
      --pull-request ... # URL of the pull request (except for Phabricator)
      --phabricator-diff-id ... # diff ID for Phabricator

Outline

Ready to get started?

Sign up or contact us.