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
| Empty| Defaults to the[Codefresh volume]({{site.baseurl}}/docs/configure-ci-cd-pipeline/introduction-to-codefresh-pipelines/#sharing-the-workspace-between-build-steps) (found at`/codefresh/volume`). If there is a[git clone step]({{site.baseurl}}/docs/codefresh-yaml/steps/git-clone/) with the special name`main_clone` then the default working directory is now the[project folder]({{site.baseurl}}/docs/configure-ci-cd-pipeline/introduction-to-codefresh-pipelines/#cloning-the-source-code) that was checked out.|
157
-
| Variable that contains the ID of a[Git-Clone]({{site.baseurl}}/docs/codefresh-yaml/steps/git-clone/) step| Runs the step within the cloned directory. If you name your clone step as`main_clone` then all subsequent pipeline steps will automatically use that cloned directory as working directory.|
157
+
| Variable that contains the ID of a[Git-Clone]({{site.baseurl}}/docs/codefresh-yaml/steps/git-clone/) step| Runs the step within the cloned directory. If you name your clone step as`main_clone` then all subsequent pipeline steps will automatically use that cloned directory as working directory.This only applies to[built-in]({{site.baseurl}}/docs/codefresh-yaml/steps/#built-in-steps) Codefresh steps and not[custom plugins]({{site.baseurl}}/docs/codefresh-yaml/steps/#creating-a-typed-codefresh-plugin).|
158
158
| Variable that contains the ID of any other step| Runs the step within the same working directory that the specified was executed. This option is not available for for[**Git-Clone**]({{site.baseurl}}/docs/codefresh-yaml/steps/git-clone/) steps.|
159
159
| Absolute filesystem path| Treated as is within the container.|
160
160
| Relative filesystem path| Treated as relative path from the cloned directory of the service|
161
-
| 'IMAGE_WORK_DIR'|When using a freestyle step, by default the working directory will be the cloned directory of the service.Use this value in-order to use the image working directory for example:<br>`working_directory: IMAGE_WORK_DIR`|
161
+
| 'IMAGE_WORK_DIR'| Use this value inorder to use the image working directory for example:<br>`working_directory: IMAGE_WORK_DIR`|