|
||||||||
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 |
[JIRA] (JENKINS-14810) Multiple eggplant plugins in the same project cause incorrect log interpretation
jenkins...@gbp.gaige.net (JIRA) Wed, 07 Nov 2012 11:00:45 -0800
- [JIRA] (JENKINS-14810) Multiple eggplant p... jenkins...@gbp.gaige.net (JIRA)
- [JIRA] (JENKINS-14810) Multiple eggpl... jenkins...@gbp.gaige.net (JIRA)
Still happens under 1.3.
It appears that the key problem is that the design of the plugin is such that running multiples is likely to result in all of the results ending up in the same RunHistory.csv file, which is then parsed for each run through the plugin.
The first time through, the results are just the initial run results.
The second time through, the results contain both the original and the second run results.