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 | 0000042252 41.3 KB | |
jenkins.init | 0000006913 6.75 KB | |
jenkins.logrotate | 0000000521 521 Bytes | |
jenkins.spec | 0000004391 4.29 KB | |
jenkins.sysconfig | 0000004256 4.16 KB | |
jenkins.war | 0053697494 51.2 MB |
Revision 48 (latest revision is 494)
- Update to version 1.506: + Saving Global Jenkins Global Config wipes out the crumb issuer settings in the Global Security Config. (issue 17087) + Made --httpKeepAliveTimeout option work (that was supposed to have been introduced in 1.503). (issue 16474) + Preview function for textareas using Jenkins markup did not work when CSRF protection was enabled. (issue 17085) + Permalinks created in the wrong place when using external build directories. (issue 17137) + External build directories not updated by job rename/delete. (issue 17138) + JNA-related error from Windows slave monitoring thrown repeatedly. (issue 15796) + Improved the request handling performance (where the file lookup is expensive, such as on NFS). (issue 16606) + Windows symbolic support on Java5/6. + Improved the duration browsers cache static resources.
Comments 0