Re: Displaying test results before job is finished

2012-05-15 Thread Dean Yu
Unfortunately not. As a post-build action, test results are processed
after all the build steps are completed.

  -- Dean

On 5/15/12 5:54 AM , "bl0ck3r"  wrote:

>I have hundreds of tests in a job, and it can take several hours to
>complete. Is there a way to have Jenkins display the test results as
>the job progresses?
>
>Do not tell me to split the job into smaller jobs, it is not practical
>as I would end up with hundreds of jobs and this would be
>unmanageable. I prefer to have one longer running job with hundreds of
>small tests, than hundreds of jobs with fewer tests.
>
>Thanks.



Displaying test results before job is finished

2012-05-15 Thread bl0ck3r
I have hundreds of tests in a job, and it can take several hours to
complete. Is there a way to have Jenkins display the test results as
the job progresses?

Do not tell me to split the job into smaller jobs, it is not practical
as I would end up with hundreds of jobs and this would be
unmanageable. I prefer to have one longer running job with hundreds of
small tests, than hundreds of jobs with fewer tests.

Thanks.