Expression to define the name of the project seed, ie. the job which generate pipelines for the project branches.
Default value: ${project}-seed
In all expressions, the following replacements are taken into account:
${PROJECT}
or ${BRANCH}
- name of the project or the branch in UPPERCASE${PROJECT_}
or ${BRANCH_}
- name of the project or the branch in UPPERCASE and dashes (-) are replaced by underscores (_)${project}
or ${branch}
- name of the project or the branch in lowercase${Project}
or ${Branch}
- name of the project or the branch, capitalised