Re: Recommnended approach for jenkins housekeeping

2016-02-11 Thread ok999
Thanks Victor for your suggestion. I also came accross this http://stackoverflow.com/questions/28488389/jenkins-how-to-run-one-housekeeping-job-on-all-nodes-slaves-master I haven't tried it yet, but i will be looking into the plugin in this SO post. I will update back Regards! On Thursd

Re: Recommnended approach for jenkins housekeeping

2016-02-11 Thread Victor Martinez
Hi, I don't know if there is already a specific plugin for doing that, the closest feature afaik is already implemented by https://wiki.jenkins-ci.org/display/JENKINS/Maintenance+Jobs+Scheduler+Plugin which will cronly remove/disable jobs older than X days. It would be easy to adapt it to clea

Recommnended approach for jenkins housekeeping

2016-02-10 Thread ok999
A job/pipeline is using custom workspace. The job is set-up in such a way that every build creates there own workspace inside the main/default workspace. So, if the actual workspace is *"D:\jenkins\workspace\"*, each run of the job/pipeline is creating there own workspace like *"D:\jenkins