Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
JENKINS-26232 Make temporary directories configurable (added missing
help file)
- Loading branch information
Francis Upton IV
committed
Dec 27, 2014
1 parent
92fbd7d
commit 23422f970b56f527186a11896766a2e1d7bb5653
Showing
1 changed file
with
12 additions
and
0 deletions.
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
@@ -0,0 +1,12 @@ | ||
<div> | ||
<p> | ||
This will override the location of the temporary directory used for storing and executing the init script. | ||
Leave empty to use the default value.<br /> | ||
Note: Make sure the remote user has execute permissions to this directory.<br /> | ||
</p> | ||
<p> | ||
If no value is provided the temporary directory will default to:<br /> | ||
- UNIX: /tmp<br /> | ||
- Windows: C:\\Windows\\Temp\\ | ||
</p> | ||
</div> |