In Jenkins (Hudson) how do i change the checkout location of a project.
I want the project to be checked out to the doc-root of apache2 which is at /var/svn/project
by default Jenkins checks it out to the /jobs
dir on /lib/jenkins/
I thought of running a shell command to copy the checked out code from jobs folder to the doc-root but it'll copy the entire folder even if its a single file that has been changed.
Should i look in to rsync or can Jenkins do this (even with a plugin)