-
Patch
-
Resolution: Fixed
-
Minor
-
None
The current version of Computer.getHostName() returns null even if the fallback returns a value.
The current version of Computer.getHostName() returns null even if the fallback returns a value.
Code changed in jenkins
User: Andrew Stone
Path:
core/src/main/java/hudson/model/Computer.java
http://jenkins-ci.org/commit/jenkins/3629aebce4ee0a432baefa9e95cdc31a316a1c78
Log:
Fix for
JENKINS-13185: If there is a fallback host.name specified, it should return that and not null.