Skip to primary content

42

Web notebook about thoughts and discoveries in DevOps, SRE, Software Engineering….

42

Main menu

  • Home
  • About
  • contact
  • Links

Post navigation

← Previous Next →

Using Gitlab’s predefined variable for builds

Posted on 19 September 2019 by kosmas

Gitlab has some predefined variables that can be used in the CI/CD scripts.

The full list of the variables can be found here: https://docs.gitlab.com/ee/ci/variables/predefined_variables.html

To use the build directory variable you need to use the CI_PROJECT_DIR

This entry was posted in CD, Ci, Gitlab and tagged CI/CD, CI_PROJECT_DIR, gitlab by kosmas. Bookmark the permalink.
Proudly powered by WordPress