Technical Docs
  • 🌎Getting Started!
    • Solution Overview
    • Getting Started
    • Sign up and Create Account
    • Step 1: Create Project
    • Step 2: Connect Repository
      • Updated New Script
    • Step 3: Connect Tests
      • Training AI Model
    • Start Prioritized Testing
      • Best Practice: Before Turning On
      • Build Value for CI Pipeline
    • Working Knowledge
      • Smart Test Selection Explained
  • 🥇UI & Value Features
    • Dashboard
    • Your Model Insights
  • Test Run Page
  • Bug Tracking
  • Management
    • Risk Map
    • Configure Alerts
  • 😎Integrations
    • Integrations
  • 🔐Security and Compliance
    • Security & Compliance
    • SaaS or On-Prem
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started!
  2. Start Prioritized Testing

Build Value for CI Pipeline

Select Build Number / ID

PreviousBest Practice: Before Turning OnNextWorking Knowledge

Last updated 2 years ago

Was this helpful?

Execution of CI Pipeline depends on the parameters that we pass while writing the command.

One of the important parameter is the build number, build ID. Most of the CI Pipelines auto populates these values through built-in environmental variables

Here, we have collected some of the most common used CI Pipelines and the corresponding link to get detail

CI Pipeline
Build Name
Reference

Azure DevOps

Build.BuildId

Bitbucket

BITBUCKET_BUILD_NUMBER

CircleCI

CIRCLE_BUILD_NUM

GitHub Actions

GITHUB_RUN_ID

GitLab CI

CI_JOB_ID

GoCD

GO_PIPELINE_LABEL

Jenkins

BUILD_TAG

Travis CI

TRAVIS_BUILD_NUMBER

🌎
Link
Link
Link
Link
Link
Link
Link
Link