Also check $JENKINS_HOME/workspace/${JOB} .
On 03.08.2012, at 19:39, David Weintraub <[email protected]> wrote:
> In Unix, you could do something like this:
>
> $ rm -rf $JENKIN_HOME/jobs/*/workspace/*
>
> Another possibility is:
>
> $ cd $JENKINS_HOME/jobs
> $ find . -regex "\./[^/]+/workspace/[^/]+" -exec rm {} \;
>
> On Fri, Aug 3, 2012 at 12:23 PM, phil swenson <[email protected]> wrote:
>> Is there an easy way to delete all the workspaces on all nodes?
>>
>> I looked at the CLI - doesn't appear to help.
>>
>> thanks
>
>
>
> --
> David Weintraub
> [email protected]