-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to monitor and troubleshoot problems to launch build agents #95
Comments
I've been testing it out the What have I seen so far?
Even though the agent was created when the build requested an agent and removed afterwards. Pipeline:
A bit of context,
As far as I see the Google Compute Engine uses the OnceRetentionStrategy when the task has finished and therefore the taskCompleted is executed for the I'm not sure if we can use the What are your thoughts? |
I've just asked in the jenkins-dev-mailing-list |
Metrics are now available in the plugin, so I'd like now to move forward with the comment in #101 (comment) and tracking the provisioning of the cloud agents using a distributed trace. Should both traces the one we are tracking so far, linked to the ci build, linked with the one for the cloud agents? I'm not sure whether it's possible though |
Problem Description
The launch of build agents can have problems, administrators need to be alerted on, to monitor, and to troubleshoot these problems.
Example of problems
Solutions
Probably related to
hudson.slaves.ComputerListener#onLaunchFailure
but probably not enough.
hudson.slaves.CloudProvisioningListener#onFailure
Issues
Cloud Providers might not report errors with the provisioner:
The text was updated successfully, but these errors were encountered: