From 3004a74c09d30d1d40eb19d22b3cc1d381c79ddd Mon Sep 17 00:00:00 2001 From: Jochen Delabie Date: Thu, 16 Jul 2026 21:35:35 +0200 Subject: [PATCH] Add help text for the freestyle wrapper's credentials field The freestyle Build Environment option had help for the tunnel checkbox but not for the credentials dropdown. Add help-credentialsId.html (consistent with the pipeline steps' help) so the ? icon explains what the credential is used for and which env vars it exposes. --- .../TestingBotBuildWrapper/help-credentialsId.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/resources/testingbot/TestingBotBuildWrapper/help-credentialsId.html diff --git a/src/main/resources/testingbot/TestingBotBuildWrapper/help-credentialsId.html b/src/main/resources/testingbot/TestingBotBuildWrapper/help-credentialsId.html new file mode 100644 index 0000000..073d637 --- /dev/null +++ b/src/main/resources/testingbot/TestingBotBuildWrapper/help-credentialsId.html @@ -0,0 +1,6 @@ +
+ The TestingBot credentials (created on the global Manage Jenkins > Credentials page) used + for this build. Its key and secret are exposed to the build as environment variables + (TESTINGBOT_KEY/TB_KEY and TESTINGBOT_SECRET/TB_SECRET), + and are used to start the TestingBot Tunnel when that option is enabled below. +