> On 19.09.2016, at 19:59, Sam K <
sreer...@gmail.com> 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).