Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / jenkins / DESCR
1 Jenkins is an award-winning application that monitors executions
2 of repeated jobs, such as building a software project or jobs run
3 by cron. Among those things, current Jenkins focuses on the following
4 two jobs:
5
6 1. Building/testing software projects continuously, just like
7 CruiseControl or DamageControl. In a nutshell, Jenkins provides an
8 easy-to-use so-called continuous integration system, making it
9 easier for developers to integrate changes to the project, and
10 making it easier for users to obtain a fresh build. The automated,
11 continuous build increases the productivity.
12
13 2. Monitoring executions of externally-run jobs, such as cron jobs
14 and procmail jobs, even those that are run on a remote machine.
15 For example, with cron, all you receive is regular e-mails that
16 capture the output, and it is up to you to look at them diligently
17 and notice when it broke. Jenkins keeps those outputs and makes it
18 easy for you to notice when something is wrong.
19
20 This is Long-Term Support Release.