Skip to content

Commit

Permalink
Add docs for job-log-path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdothtml authored Jul 13, 2023
1 parent 23c3cd2 commit 9f7c95b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/content/agent_attributes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ attributes:
required: false
desc: |
The directory to use for agent hooks. See [Hook locations](https://buildkite.com/docs/agent/v3/hooks#hook-locations) for details.
- name: job-log-path
env_var: BUILDKITE_JOB_LOG_PATH
default_value: "platform's TempDir; e.g. '/tmp'"
required: false
desc: |
The directory of the temporary job log file created by the `enable-job-log-tmpfile` [agent configuration option](/docs/agent/v3/configuration). Introduced in [TBD](https://github.com/buildkite/agent/releases/tag/TBD).
- name: log-format
env_var: BUILDKITE_LOG_FORMAT
default_value: "text"
Expand Down

0 comments on commit 9f7c95b

Please sign in to comment.