Code changed in jenkins
User: Oleg Nenashev
Path:
pom.xml
http://jenkins-ci.org/commit/jenkins/62a5dddb3c2b00c4602a504ffefd65320cf81915
Log:
Update remoting to 2.62.2
This PR picks the latest available version of remoting stable-2.x. All the fixes have been integrated into remoting-3.0 and soaked enough.
Code changed in jenkins
User: Oleg Nenashev
Path:
src/main/java/hudson/remoting/Engine.java
src/main/java/hudson/remoting/Util.java
http://jenkins-ci.org/commit/remoting/98107a2ce50e750af48a703b4faf232288e8a859
Log:
[FIXED JENKINS-37539] - Prevent NPE in Engine#connect() when host or port are null or empty (#101)
Bug diagnosis: