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 | 0000046057 45 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 | 0053864418 51.4 MB |
Revision 52 (latest revision is 494)
- Update to version 1.512: * Views can now include jobs located within folders. (pull 757) * Added confirmation dialog before reloading configuration from disk. (issue 15340) * Switched confirmation before deleting jobs or wiping out workspace to a dialog. * Different text than “Build Now” for parameterized jobs. (issue 10738) * Check the view name with ajax. * “Build Now” context menu item broken for parameterized jobs. (issue 17110) * Incorrect redirection after delete of job in folder in view. (issue 17575) * ”My Views" links leads to 404 Not Found. (issue 17317) * Quoting Issue with JDK Installer with Windows Installer. (issue 5408) * Restored compatibility in ArtifactArchiver signature; broken in 1.509 and could affect plugins. (issue 17637) * Fixed a bug in the logic that hides context menu anchor 'v' (issue 13995) - Changes from version 1.511: + JUnit result archiver should only fail builds if there are really no results - i.e. also no skipped tests. (issue 7970) + NullPointerException related to lazy loading when loading some builds using fingerprinting. (issue 16845) + Better display of parameters in queue items. (issue 17454) + sort order of plugin list is not working by default. (issue 17039) - Changes from version 1.510: + UnsatisfiedLinkError on CreateSymbolicLinkw on Windows XP. (issue 17343) + Flyweight tasks should execute on the master if there's no static executors available. (issue 7291) + Download tool installations directly from the slave when possible, since this is much faster than going through the master. (issue 17330) + Improved UI for implicitly locked builds. (issue 10197) + Promote the use of 'H' in cron. (issue 17311) + Context menu no longer automatically pops up (issue 13995) - Changes from version 1.509: + Heavy thread congestion saving fingerprints. (issue 13154) + Option to make the build not fail if there is nothing to archive. (issue 10502) + Better report file deletion failures. (issue 17271) + "Local to the workspace" repository locator does not work when building one module in isolation. (issue 17331) + Master node mode not correctly displayed in /computer/(master)/configure. (issue 17263)
Comments 0