From b3b7ac69af9848a95bbf3b9b942525f64b040c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20=C5=9Aliwi=C5=84ski?= Date: Thu, 16 Nov 2023 21:52:56 +0100 Subject: [PATCH] Readme - clarify when certain env variables are being set --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index b81c1a2985..4584dbd735 100644 --- a/README.adoc +++ b/README.adoc @@ -1332,8 +1332,8 @@ GIT_LOCAL_BRANCH:: Name of branch being built without remote name, as in `master === Commit Variables GIT_COMMIT:: SHA-1 of the commit used in this build -GIT_PREVIOUS_COMMIT:: SHA-1 of the commit used in the preceding build of this project -GIT_PREVIOUS_SUCCESSFUL_COMMIT:: SHA-1 of the commit used in the most recent successful build of this project +GIT_PREVIOUS_COMMIT:: SHA-1 of the commit used in the preceding build of this project. If this is the first time a particular branch is being built, this variable is not set. +GIT_PREVIOUS_SUCCESSFUL_COMMIT:: SHA-1 of the commit used in the most recent successful build of this project. If this is the first time a particular branch is being built, this variable is not set. [#system-configuration-variables] === System Configuration Variables