Branch: refs/heads/stable
Home: https://github.com/jenkinsci/jenkins
Commit: f6a4832c5f8ce5c17c031eade1ee9b1757bcbca1
https://github.com/jenkinsci/jenkins/commit/f6a4832c5f8ce5c17c031eade1ee9b1757bcbca1
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-06-19 (Wed, 19 Jun 2013)
Changed paths:
M cli/pom.xml
M core/pom.xml
M maven-plugin/pom.xml
M plugins/pom.xml
M pom.xml
M test/pom.xml
M ui-samples-plugin/pom.xml
M war/pom.xml
Log Message:
-----------
Moving on to 1.509.3 while I solicit feedback on 1.509.2 release plan.
Depending on that, we may release these changes as the part of 1.509.2
Commit: e1f617cd25f37210d4902a24c6e63771cfb0c63d
https://github.com/jenkinsci/jenkins/commit/e1f617cd25f37210d4902a24c6e63771cfb0c63d
Author: Jesse Glick <[email protected]>
Date: 2013-06-19 (Wed, 19 Jun 2013)
Changed paths:
M core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java
Log Message:
-----------
[JENKINS-15652] Include directory in assertion messages so it is possible to
tell which project is broken.(cherry picked from commit
ab2774362f1d5a5510b99a4b8f02236e8ca23d6c)
Commit: 65e0f9c974f9316b6ba6b2c9fa6a73b2a8013d67
https://github.com/jenkinsci/jenkins/commit/65e0f9c974f9316b6ba6b2c9fa6a73b2a8013d67
Author: Jesse Glick <[email protected]>
Date: 2013-06-19 (Wed, 19 Jun 2013)
Changed paths:
M core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java
Log Message:
-----------
[JENKINS-15652] More clearly distinguishing the three asserts.(cherry picked
from commit 6a70f6937ba34add2558d3f4e150d4f10a45fdc1)
Commit: b6b760b03fde987e452cdda75c27ca051208196f
https://github.com/jenkinsci/jenkins/commit/b6b760b03fde987e452cdda75c27ca051208196f
Author: Jesse Glick <[email protected]>
Date: 2013-06-19 (Wed, 19 Jun 2013)
Changed paths:
M core/src/test/java/jenkins/model/lazy/AbstractLazyLoadRunMapTest.java
Log Message:
-----------
[JENKINS-15652] Reproduced at least one assertion failure in a unit
test.(cherry picked from commit 787424881f3530b29c0c74e939f684e2e80af48e)
Commit: 2af3d15442547bb0d3ddd13fd2af10c33beef258
https://github.com/jenkinsci/jenkins/commit/2af3d15442547bb0d3ddd13fd2af10c33beef258
Author: Jesse Glick <[email protected]>
Date: 2013-06-19 (Wed, 19 Jun 2013)
Changed paths:
M core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java
M core/src/test/java/jenkins/model/lazy/AbstractLazyLoadRunMapTest.java
Log Message:
-----------
[FIXED JENKINS-15652] “Solving” errors by just return null from ALLRM.search
and reducing to one-line warnings. @kohsuke confirms that the intent of
throwing AIOOBE was to track down definite code errors; but in at least some
known occurrences of this bug, the problem is invalid data: build records on
disk with <number>s that are duplicated and/or out of order. Since that
violates the precondition of the class, we do not pretend to successfully
search for such records. At some point it would make sense to have the code
detect anomalous conditions and initiate a builds folder cleanup. Take only the
last build of a given number, and discard any earlier with higher number. I.e.
just set <number> to 0 or something and ignore such builds, or rename build.xml
to build-broken.xml.
Cherry-picked-from: 972d8bad229a4be6d98c8fcaad6880e1351af3ee
Commit: 804c2ed42e15dcf8576f1697d174550e1370b779
https://github.com/jenkinsci/jenkins/commit/804c2ed42e15dcf8576f1697d174550e1370b779
Author: Jesse Glick <[email protected]>
Date: 2013-06-19 (Wed, 19 Jun 2013)
Changed paths:
M war/pom.xml
Log Message:
-----------
[FIXED JENKINS-17684] Integrate new Winstone with caching fix.
Cherry-picked-from: 0866cf5c190bcfc8f5b04dd9e335e7ca74bd4980
Commit: 9976bdfe18fdc5900064799448b49a6f5414b294
https://github.com/jenkinsci/jenkins/commit/9976bdfe18fdc5900064799448b49a6f5414b294
Author: Seiji Sogabe <[email protected]>
Date: 2013-06-19 (Wed, 19 Jun 2013)
Changed paths:
M core/src/main/java/hudson/tools/JDKInstaller.java
Log Message:
-----------
[FIXED JENKINS-5408] Quoting Issue with JDK Installer with Windows Slave
(cherry picked from commit fd4ccc106f603edfa5818befca271f1400bdbf96)
Commit: 47c122063cb2659e394ffd1e9260656e8ae15faf
https://github.com/jenkinsci/jenkins/commit/47c122063cb2659e394ffd1e9260656e8ae15faf
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-06-19 (Wed, 19 Jun 2013)
Log Message:
-----------
Merge pull request #657 from ssogabe/JENKINS-5408
[FIXED JENKINS-5408] Quoting Issue with JDK Installer with Windows Slave
Cherry-picked-from: c86b6d7055a03db1add27acd4a0159ad7d024c17
Commit: 5895c26f21315384aeddd92be9a03279fbc63bd4
https://github.com/jenkinsci/jenkins/commit/5895c26f21315384aeddd92be9a03279fbc63bd4
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-06-19 (Wed, 19 Jun 2013)
Changed paths:
M cli/pom.xml
M core/pom.xml
M maven-plugin/pom.xml
M plugins/pom.xml
M pom.xml
M test/pom.xml
M ui-samples-plugin/pom.xml
M war/pom.xml
Log Message:
-----------
Revert "Moving on to 1.509.3 while I solicit feedback on 1.509.2 release
plan."
This reverts commit f6a4832c5f8ce5c17c031eade1ee9b1757bcbca1.
This branch now becomes 1.509.2
Commit: add522eb3a095593ac05097a6d2d0f1af15e5555
https://github.com/jenkinsci/jenkins/commit/add522eb3a095593ac05097a6d2d0f1af15e5555
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-06-27 (Thu, 27 Jun 2013)
Changed paths:
M test/src/test/java/hudson/maven/MavenProjectTest.java
Log Message:
-----------
for improving the test performance, running this with the default local
repository
(cherry picked from commit 05eae0af7ef8835ebdf8771ea6c3b77aecbaffd6)
Commit: e7a67e25e52104dc375f8d0149135019e7b141fc
https://github.com/jenkinsci/jenkins/commit/e7a67e25e52104dc375f8d0149135019e7b141fc
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-06-27 (Thu, 27 Jun 2013)
Changed paths:
M cli/pom.xml
M core/pom.xml
M maven-plugin/pom.xml
M plugins/pom.xml
M pom.xml
M test/pom.xml
M ui-samples-plugin/pom.xml
M war/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release jenkins-1.509.2
Commit: 7175708a33783037d5ad6a331df99fba257c9757
https://github.com/jenkinsci/jenkins/commit/7175708a33783037d5ad6a331df99fba257c9757
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-06-27 (Thu, 27 Jun 2013)
Changed paths:
M cli/pom.xml
M core/pom.xml
M maven-plugin/pom.xml
M plugins/pom.xml
M pom.xml
M test/pom.xml
M ui-samples-plugin/pom.xml
M war/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 11dc10dc4239a2ecafa9f1c7e03d300f567fc97e
https://github.com/jenkinsci/jenkins/commit/11dc10dc4239a2ecafa9f1c7e03d300f567fc97e
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-06-27 (Thu, 27 Jun 2013)
Changed paths:
M debian/debian/changelog
Log Message:
-----------
updated changelog as a part of the release
Compare:
https://github.com/jenkinsci/jenkins/compare/6767badd35af...11dc10dc4239
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.