Path to this page:
./
devel/jenkins,
Open source continuous integration server (LTS release)
Branch: CURRENT,
Version: 1.509.1,
Package name: jenkins-1.509.1,
Maintainer: ryoonJenkins is an award-winning application that 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.
This is Long-Term Support Release.
Required to run:[
lang/openjdk7]
Master sites:
Version history: (Expand)
- (2013-05-09) Updated to version: jenkins-1.509.1
- (2013-02-19) Updated to version: jenkins-1.480.3
- (2013-01-13) Updated to version: jenkins-1.480.2
- (2012-11-26) Updated to version: jenkins-1.480.1
- (2012-09-19) Updated to version: jenkins-1.466.2
- (2012-07-14) Updated to version: jenkins-1.447.2
CVS history: (Expand)
2013-05-09 17:16:55 by Ryo ONODERA | Files touched by this commit (3) |  |
Log message:
Update to 1.509.1
Changelog:
What's new in 1.509.1 (2013/05/01)
FilePath.installIfNecessaryFrom routes download over remoting channel (issue \
17330)
Add 'Are you sure' on Reload configuration from disk (issue 15340)
MavenAbstractArtifactRecord.doRedeploy should require POST (SECURITY-69)
Hover-over "Build Now" broken for parameterized jobs: "This \
page expects a form submission" (issue 17110)
XSS issue, where an internal attacker can cause a remote stylesheet to be \
loaded and containing scripts executed. (SECURITY-67)
CVE-2013-1808 stapler-adjunct-zeroclipboard: XSS via copying XSS payload \
into buffer (SECURITY-71)
Jenkins.doEval checks ADMINISTER rather than RUN_SCRIPTS; doScript CSRF \
(SECURITY-63)
Jenkins is no more WinXP compliant : CreateSymbolicLinkW is not available \
(issue 17343)
|
2013-02-19 19:21:41 by Ryo ONODERA | Files touched by this commit (3) |  |
Log message:
Update to 1.480.3
* Fix \
https://wiki.jenkins-ci.org/display/SEC … 2013-02-16
Changelog:
What's new in 1.480.3 (2013/02/15)
"Remember me on this computer" does not work, cookie is not \
accepted in new session (issue 16278)
Slow/hung web UI in 1.483+ (stuck in parseURI) (issue 16474)
Failure to delete old config files during rekeying on Windows (issue 16319)
NoClassDefFoundError on Base64 when launching an headless slave with \
-jnlpCredential option (issue 9679)
Loading asynchPeople calls (synch) People constructor (issue 16397)
Jenkins briefly displays build queue and then it disappears until the page \
is reloaded (issue 15335)
View.hasPeople too slow to use in sidepanel.jelly (issue 16244)
XSS (SECURITY-46)
File parameter causing data lost after Jenkins restart (issue 13536)
|
2013-01-12 12:16:26 by Ryo ONODERA | Files touched by this commit (2) |  |
Log message:
Update to 1.480.2
Fix http://secunia.com/advisories/51712 .
Changelog:
What's new in 1.480.2 (2013/01/06)
The master key that was protecting all the sensitive data in $JENKINS_HOME \
was vulnerable. (SECURITY-49)
|
2012-11-26 15:22:14 by Ryo ONODERA | Files touched by this commit (3) |  |
Log message:
Update to 1.480.1
Changelog:
What's new in 1.480.1 (2012/11/17)
FilePath.validateAntFileMask too slow for /configure (issue 7214)
java.io.InvalidClassException (issue 14667)
Log recorders do not work reliably (issue 15226)
Invalid JSON is produced during remote api operations when a changeSet \
contains duplicate keys. (issue 13336)
Memory exhaustion parsing large test stdio from Surefire (issue 15382)
Fixed security vulnerabilities. (SECURITY-43,SECURITY-44,SECURITY-45)
|
| 2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-09-19 13:09:54 by Ryo ONODERA | Files touched by this commit (3) |  |
Log message:
Update to 1.466.2
* Fix two security bugs
Changelog:
Changes in 1.466.2 is unavailable.
What's new in 1.466.1 (2012/07/23)
A current active build in the build history is lost if the job configuration \
XML uploaded (issue 12318)
UnprotectedRootAction doesn't work for /github-webhook/ (issue 14113)
ERR_CONTENT_DECODING_FAILED returned on testResults and console output after \
Jenkins reload (issue 13625)
Cannot parse coverage results Premature end of file. (issue 11251)
|
2012-07-13 20:41:45 by Ryo ONODERA | Files touched by this commit (3) |  |
Log message:
Update to 1.447.2
Changelog:
What's new in 1.447.2 (2012/06/11)
Guice injector failure can cause failure of whole Jenkins (issue 13448)
Jenkins runs out of file descriptors (winstone problem) (issue 9882)
Parsing of POM happens before SNAPSHOT-Parents are updated (issue 8663)
Loading All Build History Fails (issue 13238)
|
| 2012-05-27 23:53:48 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Fix PLIST, this fixes build failure.
|