-
-
Notifications
You must be signed in to change notification settings - Fork 8
Description
It would be nice to be able to define maintenance windows for clouds. During that time the cloud will not provision new agents.
Implementation hint:
https://javadoc.jenkins.io/hudson/slaves/CloudProvisioningListener.html allows to hook into the provision process.
Add an action to the cloud to be able to define a maintenance window.
Originally reported by mawinter69, imported from: Allow to define maintenance windows for clouds
- assignee: jeevandas
- status: In Progress
- priority: Minor
- component(s): agent-maintenance-plugin
- label(s): newbie-friendly
- resolution: Unresolved
- votes: 0
- watchers: 5
- imported: 20260118-085119
Raw content of original issue
It would be nice to be able to define maintenance windows for clouds. During that time the cloud will not provision new agents.
Implementation hint: https://javadoc.jenkins.io/hudson/slaves/CloudProvisioningListener.html allows to hook into the provision process. Add an action to the cloud to be able to define a maintenance window.
Reactions are currently unavailable