> On 19.09.2016, at 19:59, Sam K <[email protected]> wrote: > > Will having a 'deleteDir()' in the jobs affect the Jenkins changes tracking? > Does Jenkins use the workspace for tracking the changes?
Yes and no. A checkout may be necessary to record the checked out revisions/commits, but you can clean up the workspace after that (e.g. after the build is otherwise finished). -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/B23667AE-C310-4FE5-A8B4-1BAD60DC6A07%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
