I have a jenkins ci job that runs a mvn junit test,
I would like to get the test result status and save it as a environment variable or pass it to other party.
Tests run: 515, Failures: 12, Errors: 6, Skipped: 8
how do i achieve that? right now i can only read the result manually from the console.