Skip to content

Commit 494493f

Browse files
authored
Update variables.md (#996)
Added CF_GERRIT_CHANGE_TOPIC to system variables table
1 parent 04ad7f3 commit 494493f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_docs/pipelines/variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ The table below describes the system variables.
121121
| {% raw %}`${{CF_PULL_REQUEST_LABELS}}`{% endraw %} | For GitHub and GitLab, the labels assigned to the PRs.<br>For Gerrit, the `change hashtags`. |
122122
| {% raw %}`${{CF_PULL_REQUEST_COMMENT}}`{% endraw %} | The comment added to the PR.<br>For Gerrit, use this in place of `Change message`. |
123123
| {% raw %}`${{CF_PULL_REQUEST_COMMENT_AUTHOR}}`{% endraw %} | The user who added the comment to the PRt.<br>For Gerrit, use this in place of `Change author`. |
124+
| {% raw %}`${{CF_GERRIT_CHANGE_TOPIC}}`{% endraw %} | The topic associated with the Gerrit change. |
124125
| {% raw %}`${{CF_COMMIT_AUTHOR}}`{% endraw %} | The name of the user who authored the commit. |
125126
| {% raw %}`${{CF_BUILD_INITIATOR}}`{% endraw %} | The username of the user who initiated the build.<br> If the build is initiated by a Git webhook, as for example from a PR, this variable returns the webhook user.<br>If the build is restarted manually, the variable always returns the username of the person who restarted the build. |
126127
| {% raw %}`${{CF_ACCOUNT}}`{% endraw %} | The Codefresh account for this build. |

0 commit comments

Comments
 (0)