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]
