iCR Workflow Integration Guide
WebTry iCR
CI/CD Workflow 3.0
CI/CD Workflow 3.0
  • Table of contents
    • Introduction
    • Jenkins Workflow
      • Installing the plugin
      • Configuring the plugin
        • Creating a Personal Access Token
        • Copying Your Repository's URL
      • Viewing the Results
    • GitHub Actions Workflow
      • Workflow Overview
      • Preparing and Registering the Docker Image
        • Adding a Workflow to a Repository
      • Preparing the GitHub Workflow
        • Environment Variables
        • User Supplied Secrets
        • Setting the User Defined Secrets Values
      • Executing the Workflow
    • GitLab Workflow
      • Workflow Overview
      • Preparing the Docker Image
      • Configuring the GitLab Script variables
        • Environment Variables
        • User Supplied Variables
        • Creating a Personal Access Token
        • Setting the User Defined Variable Values
      • Executing the Workflow
    • Multiple Workflows
    • Appendix A - Getting a BitBucket App Password for JENKINS
Powered by GitBook
On this page

Was this helpful?

  1. Table of contents
  2. GitLab Workflow
  3. Configuring the GitLab Script variables

Environment Variables

These variables are implicitly defined by GitLab. They are variables that are dependent upon the context within which the script executes. You do not need to set the values for these as they are set by GitLab. They are:

  1. CI_PROJECT_URL ``This identifies the address of the project which contains this script and on whose behalf the workflow will be executed.

  2. CI_COMMIT_BRANCH ``This identifies the specific branch within the above-named project to be analyzed.

  3. CI_PROJECT_ID ``The unique project identifier for the project.

PreviousConfiguring the GitLab Script variablesNextUser Supplied Variables

Last updated 1 year ago

Was this helpful?