Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Noting JENKINS-5253 from #1429
  • Loading branch information
oleg-nenashev committed Oct 17, 2015
1 parent 4fd10ed commit 858849e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -73,6 +73,9 @@
<li class="rfe">
API changes: Add get method for causes of interruption in <code>hudson.model.Executor</code>
(<a href="https://github.com/jenkinsci/jenkins/pull/1712">PR 1712</a>)
<li class="rfe">
Allow case insensitive file patterns in Artifacts Archiving.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-5253">issue 5253</a>)
</ul>
</div><!--=TRUNK-END=-->
<h3><a name=v1.633>What's new in 1.633</a> (2015/10/11)</h3>
Expand Down
2 changes: 1 addition & 1 deletion core/src/test/java/hudson/FilePathTest.java
Expand Up @@ -541,7 +541,7 @@ private static void assertValidateAntFileMask(String expected, FilePath d, Strin
}
}

@Issue("5253")
@Issue("JENKINS-5253")
public void testValidateCaseSensitivity() throws Exception {
File tmp = Util.createTempDir();
try {
Expand Down

0 comments on commit 858849e

Please sign in to comment.