DEV Community

Cover image for GitLab CI - Working with variables
Cleber Rodrigues
Cleber Rodrigues

Posted on

GitLab CI - Working with variables

GitLab CI Variables

The GitLab is pretty good plataform that allow us to automate several type of task for Software and DevOps Engineers.

Knowing how to work with variables it's crucial to design dynamic process that covers different scenarios and problems.

Let's learn some topics:

  • Create your CI/CD variable in the .gitlab-ci.yml file
  • How to use variables in other variables
  • Define Variables for a Group of Projects
  • How to use the Global Variables (Predefined)

Read here: GitLab CI Variables

Top comments (0)