Skip to content

Hudson plugin stores only a single set of reports #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 2 comments
Closed

Hudson plugin stores only a single set of reports #43

GoogleCodeExporter opened this issue Apr 6, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

We are running Hudson 1.346 where we use a node on another machine to run
the actual robot tests. 

We found that only a single set of reports would be stored for all runs.
From memory (We rewrote some of the plugin to suit our needs about six
weeks ago), it was reading the reports from the external node's directory
which would get overwritten.

The problem may have occurred because we are running the tests on a node,
or possibly due to the version of hudson. Either way, I wanted to provide
our solution so that anything useful could be reused in a future version.
Note that my hudson knowledge is limited.

We modified the plugin to always copy the results to the build directory.
The build action directly uses the build path, whereas the project action
finds the latest build which is not currently building and uses its build
path. We also added a check to ensure that the report file exists,
otherwise display an error (which could be improved upon).

Original issue reported on code.google.com by [email protected] on 14 Apr 2010 at 10:36

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant