Expression to define the name of the job in the branch folder which is fired to start the pipeline.
This job should be parameterised with the commit or revision to build.
Default value: ${project}-${branch}-build
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