-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins 2.118
JaCoCo plugin 3.0.1
CentOS Linux release 7.4.1708 (Core)
Java version 1.8.0_71
In a parallel pipeline, after several projects have collected coverage, the coverage report of every project is the same, please check the following screenshot
It can be seen from the jacoco coverage report log that the coverage datas are different, but the two reports are shown the same in the jenkins job page.
The JaCoCo logs of project 1:
The JaCoCo logs of project 2:
There are two exec files in job 177:
Parallel Pipeline Graph:
- relates to
-
JENKINS-51926 Supporting combining reports within a build(e.g. after parallel() execution in Pipeline)
- Resolved