Re: wipe-workspace-plugin - New plugin that adds a trigger that will wipe and (re)build a job nightly.

2014-02-17 Thread Paul Becotte
Out of curiousity- did you ever release this? This would still be a very useful trigger to have. If you haven't released it, what status is the code in... could I implement it myself? -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To

Re: wipe-workspace-plugin - New plugin that adds a trigger that will wipe and (re)build a job nightly.

2014-02-17 Thread Dominik Bartholdi
I don't think this has ever been implemented, but If you like, just give it a go and try to integrate the https://wiki.jenkins-ci.org/display/JENKINS/Run+Condition+Plugin To get the most flexible solution possible. when done, just send a pull request to get some feedback on the solution.

Re: wipe-workspace-plugin - New plugin that adds a trigger that will wipe and (re)build a job nightly.

2014-02-17 Thread Bjarke Freund-Hansen
Hi Paul. We have been using this plugin for over a year now without problems. It is pretty simple. If there is interest I wouldn't mind releasing it. Best Regards Bjarke Freund-Hansen On Feb 17, 2014 2:36 PM, Paul Becotte pjbeco...@gmail.com wrote: Out of curiousity- did you ever release this?

Re: wipe-workspace-plugin - New plugin that adds a trigger that will wipe and (re)build a job nightly.

2012-04-04 Thread Harry G.
Hi Bjarke, why not add an option to the Workspace cleanup plugin, like clean only when build was triggered automatically or only when triggered by SCM etc. https://wiki.jenkins-ci.org/display/JENKINS/Workspace+Cleanup+Plugin This would do the trick, avoid another plugin and could be useful for

Re: wipe-workspace-plugin - New plugin that adds a trigger that will wipe and (re)build a job nightly.

2012-04-03 Thread Bjarke Freund-Hansen
Hi It adds two things: 1. A Wipe and Build button in the action menu of job pages, as you have already noticed. This you can already do with core functionality in two steps under workspace - wipe out workspace and then build now. 2. A job trigger saying Wipe workspace and trigger clean build

Re: wipe-workspace-plugin - New plugin that adds a trigger that will wipe and (re)build a job nightly.

2012-04-03 Thread domi
Bjarke, I think to point you have been missing so far, is that you don't have to duplicate the job to get what you want - we do exactly the same… The trick is: triggers are not exclusive - you can combine as many triggers for your job as you like. e.g. you can have the SCM pulled and have a

Re: wipe-workspace-plugin - New plugin that adds a trigger that will wipe and (re)build a job nightly.

2012-04-03 Thread domi
OK, I see i did not get last piece of your plugin's functionality …so yes It seems to provide an added value then :) /imod On 03.04.2012, at 08:52, Bjarke Freund-Hansen wrote: Hi. I understand that you can have multiple triggers for the same job, which can trigger the job independently.