-
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>
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