Git branch name of the build.
Custom build name. Useful for multi-build setups on the same commit.
Name of the detected CI provider (if available).
Git commit SHA.
CI job identifier (if provided by the CI environment).
Build mode to use.
Repository slug of the original (base) repository. Example: "my-org/my-repo" or "my-user/my-repo". If from a fork, this refers to the base repository.
Whether this build is split across multiple parallel jobs.
Index of the current parallel job.
Must be between 1 and parallelTotal, or null if not set.
Unique identifier shared by all parallel jobs.
Total number of parallel jobs. Use -1 if unknown, or null if not set.
Pull request base branch (if available).
Base URL to use for preview links.
Pull request head commit SHA (if available).
Pull request number associated with the build.
Git branch used as the baseline for screenshot comparison.
Git commit SHA used as the baseline for screenshot comparison.
Repository slug of the source repository. Example: "my-org/my-repo" or "my-user/my-repo". If from a fork, this refers to the fork repository.
CI run attempt number (if provided by the CI environment).
CI run identifier (if provided by the CI environment).
OptionalskippedSkip this build. No screenshots are uploaded, and the commit status is marked as success.
Diff sensitivity threshold between 0 and 1. Higher values make Argos less sensitive to differences.
Argos repository access token.
Base URL of the Argos API. Use this to target a self-hosted installation.