Skip to content

Commit

Permalink
JENKINS-14884 Resume stopped instances (titles/help clarification)
Browse files Browse the repository at this point in the history
  • Loading branch information
francisu committed Sep 7, 2012
1 parent fe70d09 commit 394893d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -74,7 +74,7 @@ THE SOFTWARE.
<f:textbox />
</f:entry>

<f:entry title="${%Stop on Terminate}" field="stopOnTerminate">
<f:entry title="${%Stop/Disconnect on Idle Timeout}" field="stopOnTerminate">
<f:checkbox />
</f:entry>

Expand Down
@@ -1,6 +1,6 @@
<div>
Determines how long slaves can remain idle before being shut down.
Determines how long slaves can remain idle before being stopped or terminated (see the Stop/Disconnect on Idle Timeout setting).
<p>
Times are expressed in minutes, and a value of 0 (or an empty string) indicates that idle slaves should
never be terminated
never be stopped/terminated.
</div>
@@ -1,6 +1,6 @@
<div>
Determines how long slaves can remain idle before being shut down.
Determines how long slaves can remain idle before being stopped or terminated (see the Stop/Disconnect on Idle Timeout setting).
<p>
Times are expressed in minutes, and a value of 0 (or an empty string) indicates that idle slaves should
never be terminated
never be stopped/terminated.
</div>

0 comments on commit 394893d

Please sign in to comment.