[JIRA] [build-flow-plugin] (JENKINS-34580) Enable downstream test result aggregation in Pipeline jobs like in Buildflow jobs

2 views
Skip to first unread message

liyao.capehope@gmail.com (JIRA)

unread,
May 3, 2016, 5:55:01 PM5/3/16
to jenkinsc...@googlegroups.com
Yao Li created an issue
 
Jenkins / New Feature JENKINS-34580
Enable downstream test result aggregation in Pipeline jobs like in Buildflow jobs
Issue Type: New Feature New Feature
Assignee: Damien Nozay
Components: build-flow-plugin, junit-plugin, workflow-plugin
Created: 2016/May/03 9:54 PM
Environment: Jenkins 2.0, Pipeline-plugin 2.0
Priority: Minor Minor
Reporter: Yao Li

In build flow jobs, a post-build step to aggregate build flow test results (of jobs invoked by the build flow job) is available. Can a pipeline job aggregate test results of jobs invoked by the "build" step as well?

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
Atlassian logo

damien.nozay@gmail.com (JIRA)

unread,
May 4, 2016, 12:55:01 AM5/4/16
to jenkinsc...@googlegroups.com

jglick@cloudbees.com (JIRA)

unread,
Aug 29, 2016, 5:30:04 PM8/29/16
to jenkinsc...@googlegroups.com
Jesse Glick updated an issue
Change By: Jesse Glick
Labels: pipeline
This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
Atlassian logo

jglick@cloudbees.com (JIRA)

unread,
Aug 29, 2016, 5:30:05 PM8/29/16
to jenkinsc...@googlegroups.com
Jesse Glick updated an issue
Change By: Jesse Glick
Component/s: build-flow-plugin
Component/s: pipeline

jglick@cloudbees.com (JIRA)

unread,
Aug 29, 2016, 5:31:02 PM8/29/16
to jenkinsc...@googlegroups.com
Jesse Glick commented on New Feature JENKINS-34580
 
Re: Enable downstream test result aggregation in Pipeline jobs like in Buildflow jobs

It could, though generally if you are asking for this you should rather be considering doing the aggregated work in the same Pipeline job, rather than using the build step to chain together separate jobs.

james.sharpe@zenotech.com (JIRA)

unread,
Nov 2, 2016, 11:33:02 AM11/2/16
to jenkinsc...@googlegroups.com

+1 - I have two separate pipelines that are triggered with a restricted frequency i.e. one is run daily, the other weekly (and eventually this will also be expanded to be monthly and yearly) and I want to be able to aggregate the test results based upon a common artifact in these tests that have been run with different frequencies. I don't believe that this use case is possible with pipeline?

jglick@cloudbees.com (JIRA)

unread,
Nov 8, 2016, 10:34:03 AM11/8/16
to jenkinsc...@googlegroups.com

It is possible, if a bit awkward—you would need to archive the JUnit result XML files, use Copy Artifact to copy them into into the workspace of another job, and then run the junit step on each result set. (Multiple calls to junit from a single Pipeline build are aggregated automatically. There is a separate RFE open to allow them to be visually distinguished.)

arnaud.richard@st.com (JIRA)

unread,
Jul 23, 2019, 10:11:03 AM7/23/19
to jenkinsc...@googlegroups.com

Considering that pipeline is now THE way to go with Jenkins, the feature would greatly simplify the flow for people implementing pipeline for specific usage.

This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)
Reply all
Reply to author
Forward
0 new messages