Selenium-cucumber reports

Hi there!

I have some features implemented on eclipse with background on them (to run preconditions for the feature), so I have 2 stages on my jenkins file, one for “preconditions” and one for the “test”.

The thing is that when I execute on jenkins, the cucumber report only writes the report for the last stage implemented (test in my case).

Is there any way to have a report for every stage?