Re: Running a command before wiping the workspace

2015-11-27 Thread Baptiste Mathus
Hi, I've never seen a way to do that, neither a plugin. BTW, that would require having an extension point on a WS wipeout request, not sure there is one. Cheers Le 26 nov. 2015 9:49 AM, "Björn Stabel" a écrit : > I don't want to run a build step pre-scm, but pre-wipe, i.e. when the user > clicks

Re: Running a command before wiping the workspace

2015-11-26 Thread Björn Stabel
I don't want to run a build step pre-scm, but pre-wipe, i.e. when the user clicks "wipe workspace", but before the workspace is actually wiped. On 11/24/2015 12:43 PM, Mark Waite wrote: After you reviewed https://wiki.jenkins-ci.org/display/JENKINS/pre-scm-buildstep for the Pre-SCM Build Step?

Re: Running a command before wiping the workspace

2015-11-24 Thread Mark Waite
After you reviewed https://wiki.jenkins-ci.org/display/JENKINS/pre-scm-buildstep for the Pre-SCM Build Step? You may also want to consider the advice in http://stackoverflow.com/questions/10123914/how-to-add-some-prebuild-steps-to-jenkins and see if there is a way to add that step to the build scr

Re: Running a command before wiping the workspace

2015-11-24 Thread Björn Stabel
I'm still having this problem. Is anyone aware of a solution, like a pre-wipe action plugin? On 10/22/2015 12:49 PM, Björn Stabel wrote: Hello, I have a job that constructs a Vagrant environment in the workspace directory. To that Vagrant environment belongs a VirtualBox VM, stored elsewhere

Running a command before wiping the workspace

2015-10-23 Thread Björn Stabel
Hello, I have a job that constructs a Vagrant environment in the workspace directory. To that Vagrant environment belongs a VirtualBox VM, stored elsewhere. Vagrant keeps track of which Vagrant environment belongs to which VirtualBox VM through a directory named ".vagrant" in the workspace di