Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/JiraTestResultReporter-plugin
  Commit: 673a0f7794a41c29e24555e68b80db7b6925cb48
      
https://github.com/jenkinsci/JiraTestResultReporter-plugin/commit/673a0f7794a41c29e24555e68b80db7b6925cb48
  Author: Ewan Mellor <[email protected]>
  Date:   2014-11-05 (Wed, 05 Nov 2014)

  Changed paths:
    M src/main/java/JiraTestResultReporter/JiraReporter.java

  Log Message:
  -----------
  Fix a NullPointerException when there are no test results.

If there are no test results (e.g. if the build fails before the tests run)
then build.getAction(AbstractTestResultAction.class) returns null.
Add a check for this case.


  Commit: 92883196eef20d3b7224b5528238c0f81917a1ee
      
https://github.com/jenkinsci/JiraTestResultReporter-plugin/commit/92883196eef20d3b7224b5528238c0f81917a1ee
  Author: Stephan Esch <[email protected]>
  Date:   2014-11-05 (Wed, 05 Nov 2014)

  Changed paths:
    M src/main/java/JiraTestResultReporter/JiraReporter.java

  Log Message:
  -----------
  Merge pull request #4 from tipbit/fix-crash-missing-tests

Fix a NullPointerException when there are no test results.


Compare: 
https://github.com/jenkinsci/JiraTestResultReporter-plugin/compare/652b09e26c1d...92883196eef2

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