jenkins
Jenkins monitors executions of repeated jobs, such as building a software
project or jobs run by cron. Among those things, current Jenkins focuses
on the following two jobs:
1. Building/testing software projects continuously, just like
CruiseControl or DamageControl. In a nutshell, Jenkins provides an
easy-to-use so-called continuous integration system, making it
easier for developers to integrate changes to the project, and
making it easier for users to obtain a fresh build. The automated,
continuous build increases the productivity.
2. Monitoring executions of externally-run jobs, such as cron jobs and
procmail jobs, even those that are run on a remote machine. For
example, with cron, all you receive is regular e-mails that capture
the output, and it is up to you to look at them diligently and notice
when it broke. Jenkins keeps those outputs and makes it easy for you
to notice when something is wrong.
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools:building/jenkins && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
jenkins.changes | 0000046978 45.9 KB | |
jenkins.init | 0000006941 6.78 KB | |
jenkins.logrotate | 0000000521 521 Bytes | |
jenkins.spec | 0000004391 4.29 KB | |
jenkins.sysconfig | 0000004256 4.16 KB | |
jenkins.war | 0058913430 56.2 MB |
Revision 53 (latest revision is 494)
- Update to version 1.518 (bnc#824154): + NPE in DefaultMatrixExecutionStrategyImpl.waitForCompletion. (issue 18024) + Optimizations in fingerprint recording. (issue 16301) + Using JNR-POSIX rather than JNA-POSIX for better platform support. (issue 14351) + Errors searching build records when builds were misordered. (issue 15652) + Finding the last failed build for a job (e.g. from a view column) broke lazy loading. (issue 16023) + Do not fail startup in case ListView.includeRegex was syntactically malformed. + CSS stylesheets misrendered in Chrome due to caching. (issue 17684) + User icon in People broken if Jenkins root URL unconfigured. (issue 18118) + Progress bar sometimes broken in People. (issue 18119) - See https://jenkins-ci.org/changelog for in-between releases
Comments 0