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/codefresh-yaml/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
@@ -23,6 +23,7 @@ All system provided variables will also be automatically injected to any freesty
23
23
| {% raw %}`${{CF_REPO_NAME}}`{% endraw %}| Repository name.|
24
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
25
| {% raw %}`${{CF_BASE_BRANCH}}`{% endraw %} | The base branch used during creation of Tag
26
+
| {% raw %}`${{CF_PULL_REQUEST_ACTION}}`{% endraw %} | The pull request action
26
27
| {% raw %}`${{CF_COMMIT_AUTHOR}}`{% endraw %}| Commit author.|
27
28
| {% raw %}`${{CF_COMMIT_URL}}`{% endraw %}| Commit url.|
28
29
| {% 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\").|