From 9d9691cc300b0d269744bb82cde8c7d45fbc6c51 Mon Sep 17 00:00:00 2001 From: Karen Sawrey Date: Wed, 4 Dec 2024 12:53:43 +0100 Subject: [PATCH] Update environment_variables.yaml --- data/content/environment_variables.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/content/environment_variables.yaml b/data/content/environment_variables.yaml index 31a70613d4..67984f87b6 100644 --- a/data/content/environment_variables.yaml +++ b/data/content/environment_variables.yaml @@ -286,7 +286,7 @@ variables: - false - name: BUILDKITE_MESSAGE desc: | - The message associated with the build, usually the commit message. The value is empty when a message is not set. For example, when a user triggers a build from the Buildkite dashboard without entering a message, the variable returns an empty value. + The message associated with the build, usually the commit message or the message provided when the build is triggered. The value is empty when a message is not set. For example, when a user triggers a build from the Buildkite dashboard without entering a message, the variable returns an empty value. modifiable: false example: "Added a great new feature" - name: BUILDKITE_ORGANIZATION_ID