diff --git a/changelog.html b/changelog.html index e53d96d08c2c9c6c64ac93d4b1a6d5dcaccafc1b..fdba8014cb71840f8fba5b47749be4f02d7119ca 100644 --- a/changelog.html +++ b/changelog.html @@ -73,6 +73,9 @@ Upcoming changes
  • API changes: Add get method for causes of interruption in hudson.model.Executor (PR 1712) +
  • + Allow case insensitive file patterns in Artifacts Archiving. + (issue 5253)

    What's new in 1.633 (2015/10/11)

    diff --git a/core/src/test/java/hudson/FilePathTest.java b/core/src/test/java/hudson/FilePathTest.java index e7491ca2747110529bea9a60d9fd699b681e73d3..69ead86bb871642e9af6b552cecc768605010382 100644 --- a/core/src/test/java/hudson/FilePathTest.java +++ b/core/src/test/java/hudson/FilePathTest.java @@ -541,7 +541,7 @@ public class FilePathTest { } } - @Issue("5253") + @Issue("JENKINS-5253") public void testValidateCaseSensitivity() throws Exception { File tmp = Util.createTempDir(); try {