http://www.perlmonks.org?node_id=1023635

Jenkins - is well known continues integration server. One of it's great features - one may extend it by writing custom plug-ins. Recently I have created one plug-in to build and make distributive of perl applications.

It implements standard build scheme:

Other features are:

Links:

Replies are listed 'Best First'.
Re: Jenkins plugin for building perl applications
by MidLifeXis (Monsignor) on Mar 15, 2013 at 12:14 UTC

    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

      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.