-
Bug
-
Resolution: Fixed
-
Major
-
None
The toString() method of Run.java was changed recently to no return the FullDisplayName
public String toString() { - return getFullDisplayName(); + return project.getFullName() + " #" + number;
i think the RunParameter just uses the toString() method when displaying so now does not display the Full Display Name which was very useful
<option value="${run.externalizableId}">${run}</option>
[JENKINS-22755] RunParameter no longer displays the Full Display Name
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 154869 ] | New: JNJira + In-Review [ 195060 ] |
Code changed in jenkins
User: gcummings
Path:
core/src/main/resources/hudson/model/RunParameterDefinition/index.jelly
http://jenkins-ci.org/commit/jenkins/e27b05f0e0f85996f212145f5d02635194e288f3
Log:
JENKINS-22755- RunParameter no longer displays the Full Display Name