Our jenkins jobs post test results in junit xml format which jenkins can show, but some jobs are missing this. This is a task to audit all jobs, check if they are doing this and if not to fix it. The problem here is that in some of the jobs we need to check pipeline steps to actually see which tests failed.
Our jenkins jobs post test results in junit xml format which jenkins can show, but some jobs are missing this.
This is a task to audit all jobs, check if they are doing this and if not to fix it.
The problem here is that in some of the jobs we need to check pipeline steps to actually see which tests failed.