-
Bug
-
Resolution: Not A Defect
-
Major
-
None
-
Jenkisn 2.89.4, email ext -2.62
I have created one job and in the email body ,it uses
${TEST_COUNTS,var="pass"}
${TEST_COUNTS,var="fail"}
${TEST_COUNTS,var="total"}
Problem: When the job is executed in parallel on multiple salves, we get email for the results of completion on each slave. However the test count of Passed, Failed cases is incorrect. It seems multiple threads of same job causing the Email ext plugin to run into identity crisis and it reports incorrect count of test cases.
Note: It works Perfectly when only one instance of Job is run.