Expression to define the name of the project destructor, ie. the job which destroys pipelines a given branch.
Default value: ${project}-destructor
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