Skip to content
Latchkey

What Is CI_PROJECT_PATH?

CI_PROJECT_PATH is the full namespace/project path of the repository.

CI_PROJECT_PATH is what you use to build registry image names and clone URLs that include the group.

Example

Reference the registry image path.

shell
echo "${CI_REGISTRY}/${CI_PROJECT_PATH}"

Key takeaways

  • CI_PROJECT_PATH is namespace/project.
  • Used for registry and clone paths.
  • CI_PROJECT_PATH_SLUG is URL-safe.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →