Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/test-stability-plugin
  Commit: 0d3b93af32e98073eb519ced3c1d549757124cf8
      
https://github.com/jenkinsci/test-stability-plugin/commit/0d3b93af32e98073eb519ced3c1d549757124cf8
  Author: nostalic <[email protected]>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
    M 
src/main/java/de/esailors/jenkins/teststability/StabilityTestDataPublisher.java

  Log Message:
  -----------
  Use TestObject.getRun in buildUpInitialHistory

On pipeline jobs, the call to deprecated API TestObject.getOwner() returns 
null, as reported on https://issues.jenkins-ci.org/browse/JENKINS-36504 .

This causes an NPE on previousResult.getOwner().getNumber() ; using 
TestObject.getRun() avoid this issue.


  Commit: 5997dfd83ad39b972ac9ec69e0d1b9e17216ebcf
      
https://github.com/jenkinsci/test-stability-plugin/commit/5997dfd83ad39b972ac9ec69e0d1b9e17216ebcf
  Author: Sean Flanigan <[email protected]>
  Date:   2017-06-04 (Sun, 04 Jun 2017)

  Changed paths:
    M 
src/main/java/de/esailors/jenkins/teststability/StabilityTestDataPublisher.java

  Log Message:
  -----------
  Merge pull request #4 from nostalic/nostalic-patch-JENKINS-42610

JENKINS-42610 - Use TestObject.getRun in buildUpInitialHistory


Compare: 
https://github.com/jenkinsci/test-stability-plugin/compare/35afd00665fa...5997dfd83ad3

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

Reply via email to