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
@@ -110,7 +110,7 @@ Gerrit has `change-Id` and `Changes` that you can map to `CF_PULL_REQUEST` varia
110
110
| {% 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\").|
111
111
| {% raw %}`${{CF_COMMIT_MESSAGE_ESCAPED}}`{% endraw %}| Commit message of the Git repository revision, at the time of execution.<br/> Special characters are escaped.|
112
112
| {% raw %}`${{CF_REVISION}}`{% endraw %}| Revision of the Git repository of the main pipeline, at the time of execution. <br/> You can also use {% raw %}`${{CF_SHORT_REVISION}}`{% endraw %} to get the abbreviated 7-character revision hash, as used in Git. Note: use this variable as string with quotes to tag the image {% raw %}`${{CF_SHORT_REVISION}}`{% endraw %}|
113
-
| {% raw %}`${{CF_VOLUME_NAME}}`{% endraw %}| Refers to the[shared volume]({{site.baseurl}}/docs/pipelines/introduction-to-codefresh-pipelines/#sharing-the-workspace-between-build-steps)between[freestyle steps]({{site.baseurl}}/docs/pipelines/steps/freestyle/). Normally you only need to define thisin[compositions]({{site.baseurl}}/docs/pipelines/steps/composition/).In freestyle steps, it is automatically present without any extra configuration.|
113
+
| {% raw %}`${{CF_VOLUME_NAME}}`{% endraw %}| Refers to the[shared volume]({{site.baseurl}}/docs/pipelines/introduction-to-codefresh-pipelines/#sharing-the-workspace-between-build-steps)definedin[compositions]({{site.baseurl}}/docs/pipelines/steps/composition/).|
114
114
| {% raw %}`${{CF_VOLUME_PATH}}`{% endraw %}| Refers to the mounted path of the[shared volume]({{site.baseurl}}/docs/pipelines/introduction-to-codefresh-pipelines/#sharing-the-workspace-between-build-steps) inside a Freestyle container. In the current implementation it expands to`/codefresh/volume`.|
115
115
| {% raw %}`${{CF_BUILD_TRIGGER}}`{% endraw %}| Will be an indication of the current build was triggered:*build: The build was triggered from the build button* webhook: The build was triggered from a control version webhook|
116
116
| {% raw %}`${{CF_BUILD_ID}}`{% endraw %}| The build id. Note: use this variable as string with quotes to tag the image {% raw %}`${{CF_BUILD_ID}}`{% endraw %}|