-
Type:
Improvement
-
Resolution: Duplicate
-
Priority:
Minor
-
Component/s: google-compute-engine-plugin
-
None
When provisioning nodes in ComputeEngineCloud the code currently does a direct out of band call to jenkins.getInstance().addNode(). This is antithetical to the NodeProvisioner workflow which expects to callĀ jenkins.getInstance().addNode() when the PlannedNode's future successfully returns.