Updated openstack/openstack

Project: openstack-infra/gearman-plugin  b879f56ef1ccb3f81edd7768d439c7617edf6df2

Update to Jenkins LTS 1.625.3 and fix function registration

Using a newer Jenkins LTS (ver 1.625.3) did not work with the
gearman-plugin. Gearman function registeration wasn't working
correct because Computer.currentComputer()[1] and getInstance()[2]
methods seemed to always return null on initialization of the
plugin. The Jenkins.getActiveInstance method (introduced in
Jenkins-1.589)[3] works more reliably.

[1] http://javadoc.jenkins-ci.org/hudson/model/Node.html#getNodeName()
[2] http://javadoc.jenkins-ci.org/jenkins/model/Jenkins.html#getActiveInstance()
[3] e6c2e16f7a

Change-Id: I1534beda9c39a9d15da4d7b96f17e7b75699a631
This commit is contained in:
Jenkins 2016-03-18 16:23:36 +00:00 committed by Gerrit Code Review
parent b503ba845d
commit 9a753c4273
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit c5637cef49d7c8069c039a40287687fc798eee84
Subproject commit b879f56ef1ccb3f81edd7768d439c7617edf6df2