Skip to content

Commit

Permalink
[JENKINS-23462] Sectioned views are not evaluated for job priority
Browse files Browse the repository at this point in the history
Updated test-case to include job by regex since this was the
the cause of the problem.
  • Loading branch information
emsa23 committed Jun 17, 2014
1 parent 4ec547e commit 47b129c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,10 +63,10 @@
<hudson.plugins.sectioned__view.ListViewSection>
<jobNames>
<comparator class="hudson.util.CaseInsensitiveComparator"/>
<string>Job 2</string>
</jobNames>
<jobFilters/>
<name>List View Section</name>
<includeRegex>.*Job 2.*</includeRegex>
<width>FULL</width>
<alignment>CENTER</alignment>
<columns>
Expand Down

0 comments on commit 47b129c

Please sign in to comment.