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
| {% raw %}`${{CF_REPO_OWNER}}`{% endraw %}| Repository owner.|
23
23
| {% raw %}`${{CF_REPO_NAME}}`{% endraw %}| Repository name.|
24
-
| {% raw %}`${{CF_BRANCH}}`{% endraw %}| Branch name of the Git repository of the main pipeline, at the time of execution. <br/>You can also use {% raw %}`${{CF_BRANCH_TAG_NORMALIZED}}`{% endraw %} to get the branch name normalized. It will be without any chars that are illegal in case the branch name were to be used as the Docker image tag name.|
24
+
| {% raw %}`${{CF_BRANCH}}`{% endraw %}| Branch name (or Tag depending on the payload json) of the Git repository of the main pipeline, at the time of execution. <br/>You can also use {% raw %}`${{CF_BRANCH_TAG_NORMALIZED}}`{% endraw %} to get the branch name normalized. It will be without any chars that are illegal in case the branch name were to be used as the Docker image tag name.|
25
+
| {% raw %}`${{CF_BASE_BRANCH}}`{% endraw %} | The base branch used during creation of Tag
25
26
| {% raw %}`${{CF_COMMIT_AUTHOR}}`{% endraw %}| Commit author.|
26
27
| {% raw %}`${{CF_COMMIT_URL}}`{% endraw %}| Commit url.|
27
28
| {% raw %}`${{CF_COMMIT_MESSAGE}}`{% endraw %}| Commit message of the git repository revision, at the time of execution.<br/> The messages quotes are escaped (i.e. ' is not\', " is now\").|