|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Code changed in jenkins
User: James Nord
Path:
src/main/java/org/jenkinsci/plugins/cucumber/jsontestsupport/CucumberUtils.java
src/main/java/org/jenkinsci/plugins/cucumber/jsontestsupport/ScenarioToHTML.java
http://jenkins-ci.org/commit/cucumber-testresult-plugin/4cc56b6381a172ad4de0b14325a1b708e907d55b
Log:
JENKINS-24061 quick fix to not crash on pending steps.
This prevents the crash for any pending steps, however pending scenarious/steps should
somehow be flagged (perhaps marked as skipped in the overview?).
This needs to be investigated and fixed properly - but for now do not fall over.