jenkinsci / jenkinsci/google-compute-engine-plugin
[Code Cleanup]: Make ComputeEngineCloud NodeProvisioner compatible
Open
backlog
- Dominant language
- Java
- Stars
- 58
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
[Migrated from: https://issues.jenkins-ci.org/browse/JENKINS-55412]
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.
Contributor guide
Assessment
This issue has not been assessed yet.