-
Patch
-
Resolution: Fixed
-
Minor
-
None
The current version of Computer.getHostName() returns null even if the fallback returns a value.
[JENKINS-13185] Computer.getHostName() returns null when it is not
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 143649 ] | New: JNJira + In-Review [ 190659 ] |
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.