You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a project in the templating context, one can write the following expression into a template, ${branch}, and get the name of the branch, and a link.
To only get the name, we need ${branch.name}.
The text was updated successfully, but these errors were encountered:
Given a project in the templating context, one can write the following expression into a template,
${branch}
, and get the name of the branch, and a link.To only get the name, we need
${branch.name}
.The text was updated successfully, but these errors were encountered: