The Code Dx branch to store analysis results in. If the branch does not exist, it will be created with the specified "base branch". The "base branch" parameter is required if the target branch does not exist yet.
("Branches" refer to branches within the Code Dx project, not SCM branches.)
You can use build/environment variables to construct the target branch dynamically. For example:
${BRANCH_NAME}
would target the branch specified by that build variable.
Note: this plugin feature is only supported with Code Dx versions 2022.4.3 and up. This option is ignored for older versions.
Note: this field has no interactions with the "Include Git Source" field, which specifies a Git branch to fetch from the project's configured Git source before analysis.