Skip to content

Commit a83a835

Browse files
author
Hardik Rathod
committed
Fix test case because old config will not have maxIssuesFromJqlSearch
1 parent ea54995 commit a83a835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/hudson/plugins/jira/oldJiraProjectProperty.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<threadExecutorNumber>10</threadExecutorNumber>
1313
<dateTimePattern></dateTimePattern>
1414
<appendChangeTimestamp>false</appendChangeTimestamp>
15-
<maxIssuesFromJqlSearch>100</maxIssuesFromJqlSearch>
15+
<maxIssuesFromJqlSearch>0</maxIssuesFromJqlSearch>
1616
</hudson.plugins.jira.JiraSite>
1717
</sites>
1818
</hudson.plugins.jira.JiraProjectProperty_-DescriptorImpl>

0 commit comments

Comments
 (0)