I have a job in which the developer changes a file and checks back in in SVN. As soon as the developer checks in the file, Jenkins has to trigger a build and copy that changed file (not entire directory) from SVN to a target server.
For example, a developer checked in a file in trunk in SVN. Trunk contains a huge number of files, but Jenkins needs to copy only the changed file from the SVN trunk folder to a target server.
How this can be achieved? Is there a plugin or functionality that helps support this feature?