提交 858849ef 编写于 作者: O Oleg Nenashev
上级 4fd10ed7
......@@ -73,6 +73,9 @@ Upcoming changes</a>
<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>
......
......@@ -541,7 +541,7 @@ public class FilePathTest {
}
}
@Issue("5253")
@Issue("JENKINS-5253")
public void testValidateCaseSensitivity() throws Exception {
File tmp = Util.createTempDir();
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册