Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-23666] - Document current behavior of NodeProperties (#106)
  • Loading branch information
oleg-nenashev committed Sep 26, 2016
1 parent a898912 commit 060832b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
Expand Up @@ -9,9 +9,7 @@
checked="${it.unsetSystemVariables}" default="${true}"/>
</f:entry>

<f:entry field="propertiesFilePath"
title="${%Properties File Path}"
help="/descriptor/org.jenkinsci.plugins.envinject.EnvInjectJobProperty/help/propertiesFilePath">
<f:entry field="propertiesFilePath" title="${%Properties File Path}">
<f:textbox
name="propertiesFilePath"
value="${it.propertiesFilePath}"/>
Expand Down
@@ -0,0 +1,21 @@
<div>
<p>
Specifies location of a property file with additional variables to be injected.
</p>
<p>
If you specify a relative path, then Jenkins will firstly try to resolve this path
against the HOME directory of the slave/master user.
If it fails to find a file there, then it will try resolution against the
working directory of the node/slave.
This behavior is a subject to change
(see <a href="https://issues.jenkins-ci.org/browse/JENKINS-23666">JENKINS-23666</a>).
</p>
<p>
<b>Warning!</b> The variables specified by this file are being cached and refreshed
only on node connection.
If you modify this entry or the file contents for a Jenkins slave/agent,
will need to reconnect this slave/agent to the master in order to get
changes applied.
If you modify settings for the Master node, you will have to restart the master.
</p>
</div>

0 comments on commit 060832b

Please sign in to comment.