in reply to Jenkins plugin for building perl applications

It appears that this is SVN specific (but I could just be reading too much into the description). Any way that you can make it vcs agnostic or at least include other models?

--MidLifeXis

  • Comment on Re: Jenkins plugin for building perl applications

Replies are listed 'Best First'.
Re^2: Jenkins plugin for building perl applications
by melezhik (Monk) on Mar 16, 2013 at 16:57 UTC
    No it's scm agnostic, you just give a path to a directory where source is at and build starts there. The "last tag" feature justs give you possibility to automatocaly choose directory with maximum version in it's name. Let's say one have version-0.0.1 and version-0.0.2 directories, than version-0.0.2 directory will be chosen to make build from.