Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Test Reports and the "post" Section

Suppose you're getting tired of looking through console output for the results of your unit tests. In the Jenkins documentation, you stumbled across the junit step, which can format unit test reports for the Jenkins UI, and you want to try it with your project.

Our "Test" stage has a sh step that runs the unit tests and outputs...