Expression to define the path to the branch folder, in the project folder.
Default value: ${project}-${branch}
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