Skip to content

Commit

Permalink
fixed JENKINS-18386, JENKINS-17597, JENKINS-17093, JENKINS-18399
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob_robertson committed Jun 29, 2013
1 parent b10005a commit 26f950a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/webapp/most-recent-help.html
@@ -0,0 +1,6 @@
<div>
Restricts the view to only the specified number of recently completed jobs.
<br/>
<b>Note:</b> this filter will not include any jobs by itself, you will need to place other filters above this one to
include all the right types of jobs before further restricting it with this filter.
</div>
1 change: 1 addition & 0 deletions src/main/webapp/regex-help.html
Expand Up @@ -9,6 +9,7 @@
<li><u>Email recipients</u>: Matching by Email is useful for organizing by "who cares about this job."</li>
<li><u>Maven configuration</u>: Use this to match against "what does this job do"</li>
<li><u>Job schedule</u>: Matches against the chron pattern and any comments for Timer and SCM triggers.</li>
<li><u>Node label expression</u>: Matches against the Label Expression under the "Restrict where this project can be run" option.</li>
</ul>
<br/>
<b>Match Type</b>: Choose whether this filter will add additional jobs, or remove jobs.
Expand Down

0 comments on commit 26f950a

Please sign in to comment.