Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: fcdf74991226fb6869052caa89ed8d678944b6fc
      
https://github.com/jenkinsci/jenkins/commit/fcdf74991226fb6869052caa89ed8d678944b6fc
  Author: Jesse Glick <[email protected]>
  Date:   2013-12-10 (Tue, 10 Dec 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/tasks/junit/JUnitResultArchiver.java
    M core/src/main/java/hudson/tasks/junit/TestResultAction.java
    M core/src/main/java/hudson/tasks/test/AbstractTestResultAction.java
    M core/src/main/java/hudson/tasks/test/AggregatedTestResultAction.java
    M core/src/main/java/hudson/tasks/test/AggregatedTestResultPublisher.java
    M core/src/main/java/hudson/tasks/test/MatrixTestResult.java
    M core/src/main/java/hudson/tasks/test/TestResultAggregator.java
    M test/src/test/java/hudson/tasks/test/TrivialTestResultAction.java
    M test/src/test/java/hudson/tasks/test/TrivialTestResultRecorder.java

  Log Message:
  -----------
  [FIXED JENKINS-18410] AbstractTestResultAction should be a RunAction2 so it 
need not persist its owning build.


  Commit: a58e198f8aa60dd0cb244cba338d9c48141590e5
      
https://github.com/jenkinsci/jenkins/commit/a58e198f8aa60dd0cb244cba338d9c48141590e5
  Author: Jesse Glick <[email protected]>
  Date:   2013-12-10 (Tue, 10 Dec 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/XmlFile.java
    M core/src/main/java/hudson/model/ItemGroupMixIn.java
    M test/src/main/java/org/jvnet/hudson/test/MockFolder.java
    A test/src/test/java/hudson/model/ItemGroupMixInTest.java
    A 
test/src/test/resources/hudson/model/ItemGroupMixInTest/xmlFileReadCannotResolveClassException.zip

  Log Message:
  -----------
  [FIXED JENKINS-20951] XmlFile.read/unmarshal needs to catch general 
XStreamException so as to include CannotResolveClassException, thrown when a 
TopLevelItem provided by a plugin is unloadable.


  Commit: bce209ef0a2b6bb86c3623430a346c0b194139bd
      
https://github.com/jenkinsci/jenkins/commit/bce209ef0a2b6bb86c3623430a346c0b194139bd
  Author: Jesse Glick <[email protected]>
  Date:   2013-12-11 (Wed, 11 Dec 2013)

  Changed paths:
    M changelog.html
    M core/src/main/resources/lib/form/apply_sv_SE.properties
    M debian/debian/changelog

  Log Message:
  -----------
  Merge branch 'master' of git://github.com/jenkinsci/jenkins


  Commit: 3a0c0877012a1534cff0508b5380922bbd4a597f
      
https://github.com/jenkinsci/jenkins/commit/3a0c0877012a1534cff0508b5380922bbd4a597f
  Author: Jesse Glick <[email protected]>
  Date:   2013-12-11 (Wed, 11 Dec 2013)

  Changed paths:
    M changelog.html
    M cli/pom.xml
    M core/pom.xml
    M plugins/pom.xml
    M pom.xml
    M test/pom.xml
    M war/pom.xml

  Log Message:
  -----------
  Merge branch 'master' of git://github.com/jenkinsci/jenkins


  Commit: 2a2a7eb8ed29714961fd145a6186db4aef9d63ba
      
https://github.com/jenkinsci/jenkins/commit/2a2a7eb8ed29714961fd145a6186db4aef9d63ba
  Author: Jesse Glick <[email protected]>
  Date:   2013-12-11 (Wed, 11 Dec 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/tasks/junit/TestResultAction.java
    M core/src/main/java/hudson/tasks/test/AbstractTestResultAction.java
    M core/src/main/java/hudson/tasks/test/AggregatedTestResultAction.java
    M core/src/main/java/hudson/tasks/test/MatrixTestResult.java
    M test/src/test/java/hudson/tasks/test/TrivialTestResultAction.java

  Log Message:
  -----------
  [JENKINS-20951] [JENKINS-18410] Did not make it into 1.544 due to validated 
merge holdups (mostly randomly failing tests, sigh).


  Commit: 85e9e126773c0bb20a8529a2e6591dde17d7e209
      
https://github.com/jenkinsci/jenkins/commit/85e9e126773c0bb20a8529a2e6591dde17d7e209
  Author: Jesse Glick <[email protected]>
  Date:   2013-12-11 (Wed, 11 Dec 2013)

  Changed paths:
    M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy

  Log Message:
  -----------
  [JENKINS-10615] AbstractProjectTest.testWorkspaceLock frequently fails on 
jenkins.ci due to InterruptedException in HudsonTestCase.setUp.
Possibly because it is sorted after [JENKINS-15156] testGetBuildAfterGC and the 
test suite times out.


  Commit: b2edcbae171b97bbf2d9a7078fb1f1381cedccb0
      
https://github.com/jenkinsci/jenkins/commit/b2edcbae171b97bbf2d9a7078fb1f1381cedccb0
  Author: CloudBees DEV@Cloud <[email protected]>
  Date:   2013-12-11 (Wed, 11 Dec 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/XmlFile.java
    M core/src/main/java/hudson/model/ItemGroupMixIn.java
    M core/src/main/java/hudson/tasks/junit/JUnitResultArchiver.java
    M core/src/main/java/hudson/tasks/junit/TestResultAction.java
    M core/src/main/java/hudson/tasks/test/AbstractTestResultAction.java
    M core/src/main/java/hudson/tasks/test/AggregatedTestResultAction.java
    M core/src/main/java/hudson/tasks/test/AggregatedTestResultPublisher.java
    M core/src/main/java/hudson/tasks/test/MatrixTestResult.java
    M core/src/main/java/hudson/tasks/test/TestResultAggregator.java
    M test/src/main/java/org/jvnet/hudson/test/MockFolder.java
    M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy
    A test/src/test/java/hudson/model/ItemGroupMixInTest.java
    M test/src/test/java/hudson/tasks/test/TrivialTestResultAction.java
    M test/src/test/java/hudson/tasks/test/TrivialTestResultRecorder.java
    A 
test/src/test/resources/hudson/model/ItemGroupMixInTest/xmlFileReadCannotResolveClassException.zip

  Log Message:
  -----------
  Merge commit '85e9e126773c0bb20a8529a2e6591dde17d7e209'


Compare: 
https://github.com/jenkinsci/jenkins/compare/8bfe089c2198...b2edcbae171b

-- 
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.

Reply via email to