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.
It implements standard build scheme:
Other features are:
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 (…
perl, chef, jenkins, configuration management