Hi,
In my pipeline, multiple projects are build. When I used the FAILED_TESTS token, tests of unrelated projects are appended and sent in a single email.
This is because FAILED_TESTS captures all the failed tests till now and fetches all of them together.
I want to capture the tests of individual projects using FAILED_TESTS. Can it be done by sending extra arguments to the token macro ?
If it is possible I will send in a PR. I am new to jenkis development.
Thank you,
Divyesh