[FIXED JENKINS-21060] Improve help text of "Number of successful release builds to keep"

Signed-off-by: Anders Hammar <anders@hammar.net>
This commit is contained in:
Anders Hammar 2013-12-20 14:23:12 +01:00
parent e70a17d791
commit 9fee394c9b
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<div>
Specify the number of successful release builds to keep forever.
A value of <tt>-1</tt> will lock all successful release builds, <tt>0</tt> will not lock any builds.
A value of <tt>-1</tt> will lock all successful release builds, <tt>0</tt> will not lock any builds.<br />
Note: Any change to this configuration will be applied during the next release build.
</div>