Fwd: Pipeline aggregate downstream test results

2016-02-10 Thread Denis Rosca
Hello everyone, I have a jenkins workflow configuration that is running several test jobs in parallel. What I would like to do, is aggregate all test results and display them on the 'workflow' job page. Here is my current configuration: node('git && linux') { // dome some stuff here } stage "

Re: Can someone explain how "Aggregate downstream test results" works?

2013-11-11 Thread Maria Pan
Hi, Hava you make it work? How to configure Jenkins to let the aggregated downstream test results and trend test result work? Thanks Maria -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Can-someone-explain-how-Aggregate-downstream-test-results-works-tp376680p4679928

Aggregate downstream test results matrix

2013-06-24 Thread Louis Roché
Job A: record fingerprints and archive artifacts. Aggregate downstream test results. Trigger B. Job B: Trigger many subsets of the Matrix. Matrix: record fingerprints. There is a bug repport with a comment[1] who says: You can workaround this by explicitly specifying the jobs to aggregate, &g

Re: Show test trend with Aggregate downstream test results

2013-01-14 Thread jue
"Aggregate downstream test results" also like this: the downstream *.xml files are collected and graphically displayed within the original build job, I can collect all the necessary data in the build job and can remove the test job once the results are transferred to the build job. whic

RE: Aggregate downstream test results

2012-07-26 Thread William Soula
@googlegroups.com] On Behalf Of michael chiu Sent: Thursday, July 26, 2012 9:00 AM To: jenkinsci-users@googlegroups.com Subject: Aggregate downstream test results HI ALL, I have successfully setup two jobs - build and test with fingerprint files. I would aggregate downstream test result in

Aggregate downstream test results

2012-07-26 Thread michael chiu
HI ALL, I have successfully setup two jobs - build and test with fingerprint files. I would aggregate downstream test result in the upstream project. I'm confused. What's kind of test results will be aggreate ? only JUNIT ? PMD? How can I apply our in-house test script f