Hi Søren, what about the join plugin and workspace cleaner plugin? You could with join spawn a job that executes "junction -d %1" and then on return to the upstream job configure woekspace cleaner to cleanup the workspace when the job is done. I doubt it but you may eventually have to create a second downstream job to clean the workspace. I don't know if the WS cleaner evaluates a job as done if the join plugin spwans the junction removal as downstream but I assume it should work straight away as the original job is still in the build queue but on hold.
Take care Jan Am Freitag, 27. April 2012 14:04:21 UTC+2 schrieb Søren Pingel Dalsgaard: > > mikeguz <mikeguz <at> gmail.com> writes: > > So ideally, there would be an unconditional pre-build step that I could > > configure to remove any "junction" points before invoking any workspace > > cleanup steps. > > Did you ever solve this problem? We have a similar problem on our build > server. Simply cleaning up ALL junctions using "junction -d %1" before > deleting the files would be great! > > Thanks in advance, > Søren > >
