Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,6 +1,8 @@ | ||
<div> | ||
<p> | ||
Populate as environment variables the locations of installed tools (configured in the 'Manage Jenkins > | ||
Configure System' section ). | ||
Configure System' section ). <br/> | ||
Tool names are exposed as an environment variables. Tool Paths are the environment variable values.<br/> | ||
Space ( ), Dash (-) and dot (.) are replaced by an underscore (_) for tool names. | ||
</p> | ||
</div> |