Skip to content

Commit

Permalink
[JENKINS-13872] Correct file factory help text
Browse files Browse the repository at this point in the history
  • Loading branch information
cjo9900 committed Jan 29, 2013
1 parent 6d9665d commit 89e0f19
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,9 +1,9 @@
<div>
This option determines the behaviour to take if the from,to and step values do not form a valid combination. One that gives a finite number of combinations.<br/>
This option determines the behaviour to take if no files are found that match the pattern.<br/>
The actions that can be taken are:
<ul>
<li><b>Don't trigger these projects</b> This will cause the projects not to be triggered at all for this configuration. (This is the default, and occured in older versions)</li>
<li><b>Skip these parameters</b> This will allow the projects to be triggered without these parameters.</li>
<li><b>Don't trigger these projects</b> This will cause the projects not to be triggered at all for this configuration. </li>
<li><b>Skip these parameters</b> This will allow the projects to be triggered without these parameters. (This is the default, and occured in older versions)</li>
<li><b>Fail the build step</b> This will fail the buildstep with an RuntimeException.</li>
</ul>
</div>

0 comments on commit 89e0f19

Please sign in to comment.