Hi there,

I have defined a parallel build using the build-flow plugin [1]:

-- 8< --
revision = build.properties["environment"]["GIT_COMMIT"]

parallel (
    { build("rspec", GIT_COMMIT: revision) },
    { build("cucumber-backend", GIT_COMMIT: revision) }
)
-- 8< --

Both dependent build generate test results in JUnit format located
in tmp/test_results/*.xml and have the "Publish JUnit test result report"
post-build action pointed to that location. Fingerprinting is also enabled
for tmp/test_results/*.xml.

Both sub-builds display the test results correctly. What I can't seem to
get working, though, is aggregating these results in the build-flow build,
which has fingerprinting for **/* enabled and "Aggregate downstream test
results" configured. Still, the build-flow build consistently states: "Latest
Aggregated Test Result
<https://jenkins.united-signals.com/job/build-flow/lastCompletedBuild/aggregatedTestReport/>
(no
tests)"

Any ideas?

Thanks,
Thilo

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to