Determines the naming convention of projects
Full Project Path
This option will use the full project path for the group and project. Examples:
  • my-group/my-project
  • my-group/other-project
  • my-group/my-subgroup/third-project
Project Name
This option will use project names from GitLab project name. This is the "friendly" name of the project and could contain capitalization, spaces or other special characters. Examples:
  • My Project
  • Other project
  • My Subgroup / Third project
Contextual Project Path
This option will use the project path with nested groups, but not the top-level owner segment specified on the Jenkins pipeline. Examples where owner on pipeline has been set to "my-group":
  • my-project
  • other-project
  • my-subgroup/third-project
Simple Project Path
This option will use the project path with no parent group information added. Examples:
  • my-project
  • other-project
  • third-project