From 9f7c95bbac06d24064ee18d13ec2ce3cc7cc277f Mon Sep 17 00:00:00 2001 From: Chris Deacy Date: Wed, 12 Jul 2023 17:05:29 -0700 Subject: [PATCH] Add docs for job-log-path --- data/content/agent_attributes.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/content/agent_attributes.yaml b/data/content/agent_attributes.yaml index a0b9fdc53f..91f226fa3e 100644 --- a/data/content/agent_attributes.yaml +++ b/data/content/agent_attributes.yaml @@ -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"