|
||||||||
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/groups/opt_out.
Hi Bruno,
I read the https://wiki.jenkins-ci.org/display/JENKINS/Action+and+its+family+of+subtypes and understood why in your current implementation the "Status" page or the "TestLink Action" page doesn't shows the runtime result result until iterated all the test cases. It seems that you call addAction() to attach the final test report to the build, it is called "Persistent actions". So it is available after all the test cases completed. To adopt my proposal, it seems that it is needed to add TransientBuildActionFactory to create the temporary action in order to update the test report. I have questions that when the transient action to be renewed or updated, and how to use TransientBuildActionFactory to reach it? What's your comment?