right but I have to do that on every node. I have 15 of them and have needed to do this several times….
On Fri, Aug 3, 2012 at 10:39 AM, 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]
