Is there a plugin for Jenkins CI to rerun only the failed tests, I can do it with a rerun profile and a cucumber rake task, but is there a plugin already ?
Also aware of Naginator plugin which runs the entire build on failure
https://wiki.jenkins-ci.org/display/JENKINS/Naginator+Plugin
but I want to run only the failed tests from the previous build