Operations Center Cloud Plugin 1.5.1

1 minute read

RELEASED: Public: 2014-09-25

New features

Update dependencies to latest releases

Resolved issues

Fix NPE when agents are offline

When provisioning JNLP nodes shortly after Jenkins starts up, the computer will not get created promptly

  • The NodeProvisioner’s periodic work has an initial delay of 10x the load statistics clock, and so the pending launches will not be considered until after the initial delay has expired.

  • There was code to suggest reviewing the pending launches when the pending node instances have resolved their futures, but as the suggest review code was refactored to only apply while there were no pending launches, the dual functionality of the method had been disabled

Known issues

None