If there's a workspace for these jobs on Jenkins master, but they're running on slaves nodes due to a label expression in the job configuration, you should be able to just delete the workspace on the Jenkins master. It's probably left over from when the job was still running on the master.
On 14.01.2014, at 12:58, Gilles Kacki <[email protected]> wrote: > > From my jenkins server, builds are triggered with Ant remotely on building > machines. > > I inserted a "Build Trigger" with "Poll SCM" to listen to changes in my SVN > repository, > > But as all my builds are run remotely i do not need a checkout of my repo > locally on my jenkins server. > > How can i avoid this useless & space-consuming workspace? Any option? > > > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
