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
Copy file name to clipboardExpand all lines: _docs/pipelines/variables.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,7 @@ The table below describes the system variables.
121
121
| {% raw %}`${{CF_PULL_REQUEST_LABELS}}`{% endraw %}| For GitHub and GitLab, the labels assigned to the PRs.<br>For Gerrit, the`change hashtags`.|
122
122
| {% raw %}`${{CF_PULL_REQUEST_COMMENT}}`{% endraw %}| The comment added to the PR.<br>For Gerrit, use this in place of`Change message`.|
123
123
| {% 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.|
124
125
| {% raw %}`${{CF_COMMIT_AUTHOR}}`{% endraw %}| The name of the user who authored the commit.|
125
126
| {% 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.|
126
127
| {% raw %}`${{CF_ACCOUNT}}`{% endraw %}| The Codefresh account for this build.|