Re: Distinguish multiple test results

2022-10-19 Thread 'christop...@googlemail.com' via Jenkins Users
Hi, I got a similar issue with calling tests in debug and release variant. For me results don't even show up twice, instead it's a matter of coincidence, which results show up at all (individually for each single test case). In my case it's about nunit and gtests which write their result in xml

Distinguish multiple test results

2022-10-19 Thread Fabian Cenedese
Hello We have a declarative pipeline where each step executes several tests in sequence, each one producing a cppunit report. This works out fine except that failed tests can't be distinguished. Jenkins (pseudo code): stage('Parallel Execution') { parallel { stage('stage1') {