jenkins plugin for building perl applications
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 create one plug-in to build and make distributive of perl applications.
It implements standard build scheme:
Other features are:
For now it's only Module::Build compatible.
It implements standard build scheme:
- look up source directory
- install dependencies into local directory
- create distributive
Other features are:
- find 'tagged' directory with maximum version number ( implementing install from subversion tags )
- applying different patches (install other cpan modules)
- color output
- ... and some others
For now it's only Module::Build compatible.
Leave a comment