I am using retry listener in one of my test repository, which is running everyday.
In the jenkins we are using TestNG Result plugin 835.v51
In the picture you can see that all test have passed and only 1 test was retried.
Also at the end , when restng-result.xml file is processing , i am getting this message in log
“0.970874% of tests were skipped, which exceeded threshold of 0%. Marking build as UNSTABLE”
Does anyone know, how to make jenkins pipeline status SUCCESS if retry function is used ?
Thank you
enter image description here
fix jenkins status after automation test
dominik moravčík is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.