Specifies paths of the CVS repository browser web application. Setting these values allows Hudson to generate links from changesets to those pages. There are two different entries for each CVSROOT.

URL
URL of the page that displays details about a particular file in the repository.
Diff URL
URL of the page that displays details about differences between two revisions.

The following macro characters are available.
%%P Path name of the file under CVS, like "foo/bar/Zot.java"
%%r Revision of the old version (for diff URLs)
%%r Revision of the new version (for diff URLs)