Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
Description
Create a "Foo" folder and job "Bar" inside it
check the build history for the default 'All' view
links for builds are JENKINS/job/Foo/view/All/job/Foo/job/Bar, should be
JENKINS/job/Foo/view/All/job/Bar
Attachments
Issue Links
- is duplicated by
-
JENKINS-20004 Links from Build History in folder broken
-
- Resolved
-
- is related to
-
JENKINS-23096 radiatorviewplugin has incorrect links for jobs in folders
-
- Resolved
-
-
JENKINS-24165 Inappropriate Ancestor list from a @JavaScriptMethod
-
- Open
-
-
JENKINS-25113 Column extensions: job.url in column.jelly is wrong in non-default views
-
- Resolved
-
-
JENKINS-24436 Bad URLs in view
-
- Resolved
-
Code changed in jenkins
User: Jesse Glick
Path:
core/src/main/java/hudson/model/AbstractItem.java
http://jenkins-ci.org/commit/jenkins/3170a1bc153bc12c68d0ac90ae5b701e2c9ec81d
Log:
JENKINS-19310Unreproducible failure of DirectlyModifiableViewTest.failWebMethodForIllegalRequest, probably from a StackOverflowError.at …
at hudson.model.View.toString(View.java:514)
at java.text.MessageFormat.subformat(MessageFormat.java:1246)
at java.text.MessageFormat.format(MessageFormat.java:836)
at java.text.Format.format(Format.java:140)
at java.text.MessageFormat.format(MessageFormat.java:812)
at java.util.logging.Formatter.formatMessage(Formatter.java:130)
at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:63)
at java.util.logging.StreamHandler.publish(StreamHandler.java:179)
at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:88)
at java.util.logging.Logger.log(Logger.java:481)
at java.util.logging.Logger.doLog(Logger.java:503)
at java.util.logging.Logger.log(Logger.java:567)
at hudson.model.AbstractItem.getUrl(AbstractItem.java:423)
at hudson.model.View.getViewUrl(View.java:510)
at hudson.model.View.toString(View.java:514)
at …