Branch: refs/heads/stable-1.596
Home: https://github.com/jenkinsci/jenkins
Commit: 7e72e7d1218e3443650d8d0c1e20b70d558422b0
https://github.com/jenkinsci/jenkins/commit/7e72e7d1218e3443650d8d0c1e20b70d558422b0
Author: Jesse Glick <[email protected]>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M core/src/main/java/hudson/model/Build.java
M core/src/main/java/hudson/model/Run.java
A test/src/test/java/hudson/model/BuildExecutionTest.java
Log Message:
-----------
[JENKINS-26698] Make sure BuildExecution.cleanUp always calls super, to
release the workspace lease.
Also stop closing the build log in Run.handleFatalBuildProblem; we want to see
any subsequent messages too.
(cherry picked from commit 62af87b67a1097376b9af554421e621d32f7013f)
Commit: dc68946fcacdac8b7e1283d90235671eef5add10
https://github.com/jenkinsci/jenkins/commit/dc68946fcacdac8b7e1283d90235671eef5add10
Author: Jesse Glick <[email protected]>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M core/src/main/java/hudson/slaves/WorkspaceList.java
M test/src/test/java/hudson/model/BuildExecutionTest.java
Log Message:
-----------
Make WorkspaceList.Lease implement AutoCloseable for Java 7 callers, to make
releasing the lease more convenient.
(cherry picked from commit a398cabd32786514d1c373f71c8d566dbc3b22f3)
Commit: 5ed111f0bc4aa1b2608b2aa780bc8778ef6ae60a
https://github.com/jenkinsci/jenkins/commit/5ed111f0bc4aa1b2608b2aa780bc8778ef6ae60a
Author: Ryan Campbell <[email protected]>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M core/src/main/java/hudson/diagnosis/OldDataMonitor.java
M test/src/test/java/hudson/diagnosis/OldDataMonitorTest.java
Log Message:
-----------
[JENKINS-26718] Allow runs to be discarded even if their project can't be
found by its fullname
(cherry picked from commit 327f7780133b2e6083f49686e43298af83b0dea6)
Commit: 446f3cae9f1e660ae48e989a561b7d1ddb722127
https://github.com/jenkinsci/jenkins/commit/446f3cae9f1e660ae48e989a561b7d1ddb722127
Author: tfennelly <[email protected]>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M war/src/main/webapp/css/style.css
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
[FIXED JENKINS-26406] Build history text field wrap fails when containing
markup
(cherry picked from commit b31bb1cc1c5a61a3e984e45e33cafa6130517938)
Commit: f624aab02251fa7d4d97b05d41954d5dc34575a0
https://github.com/jenkinsci/jenkins/commit/f624aab02251fa7d4d97b05d41954d5dc34575a0
Author: Piotr Wielgolaski <[email protected]>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M war/src/main/webapp/css/style.css
Log Message:
-----------
[JENKINS-25953]Tabs in job view are layouted in wrong way
make equal height of tab regardless if selected or not
(cherry picked from commit 70613202f1177ce83e1d9d724a8b21ca9c222cd3)
Commit: 6e94ee3f5a620a2010dbbcf94eed1e834f1aa114
https://github.com/jenkinsci/jenkins/commit/6e94ee3f5a620a2010dbbcf94eed1e834f1aa114
Author: Oliver Gondža <[email protected]>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M test/src/test/java/hudson/tasks/MavenTest.java
Log Message:
-----------
[JENKINS-26684] Reproduce in unittest.
(cherry picked from commit fae41b01c9c034ab98216c92ca6bd171b8d81d6b)
Commit: 9eaba2af9f0fa2649390f83b9b67fe6ee22fe1ad
https://github.com/jenkinsci/jenkins/commit/9eaba2af9f0fa2649390f83b9b67fe6ee22fe1ad
Author: Oliver Gondža <[email protected]>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M core/src/main/java/hudson/tasks/Maven.java
Log Message:
-----------
[FIXED JENKINS-26684] Escape special chars in maven build step arguments
(cherry picked from commit 58a41bcb182290de681da01ba277b5e0d6211707)
Commit: 9441324dbc046a21132ce57e2b291a0899f449ff
https://github.com/jenkinsci/jenkins/commit/9441324dbc046a21132ce57e2b291a0899f449ff
Author: Oliver Gondža <[email protected]>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M test/src/test/java/hudson/tasks/MavenTest.java
Log Message:
-----------
More robust unit test
(cherry picked from commit a87a5a1a5c6c7594fb322e10c815d94052164e19)
Commit: 9bce20951c3ffe8e83a18a5a8d5743e183ebf3a8
https://github.com/jenkinsci/jenkins/commit/9bce20951c3ffe8e83a18a5a8d5743e183ebf3a8
Author: ikedam <[email protected]>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java
Log Message:
-----------
[FIXED JENKINS-4409] Disable URLConnection.useCache in tests on Windows. It
prevents deleting temporary directories when tests finish.
(cherry picked from commit c4e5fbdbc9c644f1afcae031b3b4638ad5297238)
Commit: f4611b7c3376d23a55e7857c15b3d21c8beef25d
https://github.com/jenkinsci/jenkins/commit/f4611b7c3376d23a55e7857c15b3d21c8beef25d
Author: Felix Belzunce Arcos <[email protected]>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M core/src/main/java/hudson/model/AbstractItem.java
Log Message:
-----------
JENKINS-27183 Avoid deadlock when using build-monitor-plugin
(cherry picked from commit fb5540e38c935676d7f58e9d2ce7a84275bb898f)
Compare:
https://github.com/jenkinsci/jenkins/compare/dbd262bc0b7d...f4611b7c3376
--
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/d/optout.