Hosting a new Plugin - Maintenance jobs scheduler plugin
8 views
Skip to first unread message
Victor Martinez
unread,
Dec 22, 2015, 11:32:38 AM12/22/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Developers
Hi there,
I've been working on some Jenkins automation to disable/delete jobs which haven't been triggered for the last X days based on some crontaks. I've already coded some groovy script and Jenkins jobs to do those actions automatically, but I've found this kind of process a bit ad hoc and I would like to provide a plugin to the community therefore they can use it and extend it.
Description: Perform some deletion or disabling of old jobs based on some cron tasks. You can configure this plugin globally based on some specific scheduler, excluding jobs with some regex, add some description in each disabling job (for tracking purposes), apply that filter for those jobs older than X days. Further details in the README.md file (https://github.com/v1v/maintenance-jobs-scheduler-plugin/blob/master/README.md)
Status: Adding some extra Test Scenarios
Looking forward for having some feedback.
Thanks,
Víctor
Daniel Beck
unread,
Dec 22, 2015, 12:28:41 PM12/22/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message