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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Gerrit has `change-Id` and `Changes` that you can map to `CF_PULL_REQUEST` varia
100
100
| {% raw %}`${{CF_PULL_REQUEST_ID}}`{% endraw %} | The ID of the pull request.<br>For Gerrit, use this in place of `changeId`. |
101
101
| {% raw %}`${{CF_PULL_REQUEST_TARGET}}`{% endraw %} | The target branch of the pull request. <br>For Gerrit, use this in place of `Change target branch name`. |
102
102
| {% raw %}`${{CF_PULL_REQUEST_NUMBER}}`{% endraw %} | The pull request number |
103
-
| {% raw %}`${{CF_PULL_REQUEST_LABELS}}`{% endraw %} |The labels of pull request (GitHub and GitLab only)|
103
+
| {% raw %}`${{CF_PULL_REQUEST_LABELS}}`{% endraw %} |For GitHub and GitLab, the labels assigned to the pull requests.<br>For Gerrit, the `change hashtags`.|
104
104
| {% raw %}`${{CF_PULL_REQUEST_COMMENT}}`{% endraw %} | The comment added to the pull request.<br>For Gerrit, use this in place of `Change message`. |
105
105
| {% raw %}`${{CF_PULL_REQUEST_COMMENT_AUTHOR}}`{% endraw %} | The user who added the comment to the pull request.<br>For Gerrit, use this in place of `Change author`. |
106
106
| {% raw %}`${{CF_COMMIT_AUTHOR}}`{% endraw %} | Commit author. |
0 commit comments