提交 259f16bd 编写于 作者: J Jesse Glick

[JENKINS-19034] Noting.

上级 62ed20ee
......@@ -61,6 +61,9 @@ Upcoming changes</a>
<li class='major bug'>
Lazy-loading bug: builds go missing.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19418">issue 19418</a>)
<li class=bug>
(re)create build number->id symlink if missing when updating permalink.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19034">issue 19034</a>)
<li class=rfe>
Display the full display name in title for jobs and views.
(<a href="https://github.com/jenkinsci/jenkins/pull/884">pull request 884</a>)
......@@ -191,9 +194,6 @@ Upcoming changes</a>
<li class=bug>
Ensuring <code>/log/all</code> shows only <code>INFO</code> and above messages, even if custom loggers display <code>FINE</code> or below.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18959">issue 18959</a>)
<li class=bug>
(re)create build number->id symlink if missing when updating permalink.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19034">issue 19034</a>)
<li class=rfe>
Added a new monitor that detects and fixse out-of-order builds records.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18289">issue 18289</a>)
......
......@@ -3,6 +3,7 @@ package jenkins.model
import hudson.Functions
import hudson.Util
import hudson.model.Run
import org.jvnet.hudson.test.Bug
import org.jvnet.hudson.test.FailureBuilder
import org.jvnet.hudson.test.HudsonTestCase
......@@ -73,6 +74,7 @@ class PeepholePermalinkTest extends HudsonTestCase {
}
}
@Bug(19034)
void testRebuildBuildNumberPermalinks() {
def p = createFreeStyleProject()
def b = assertBuildStatusSuccess(p.scheduleBuild2(0))
......@@ -84,4 +86,4 @@ class PeepholePermalinkTest extends HudsonTestCase {
link.updateCache(p, b)
assertTrue("build symlink hasn't been restored", f.exists())
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册