Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
Platform: All, OS: All
Description
This is my fault - when I modified hudson.model.Run.getTruncatedDescription(), I
inadvertently left it such that the ending "..." was appended to every
description, regardless of whether it had actually been truncated. Fixing that now.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 133614 ] | JNJira + In-Review [ 202292 ] |
Code changed in hudson
User: : abayer
Path:
trunk/hudson/main/core/src/main/java/hudson/model/Run.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=17366
Log:
[FIXED JENKINS-3541] - ending appended to truncated descriptions no longer appended to all descriptions regardless of length.