I have a selenium regression test, which is running in Jenkins periodically, this one is running every 5 minutes. I would like to be able to change the frequency at which test is running depending on number of failed builds.
For example:
- test runs every 5 minutes
- test failed 3 times, the next one will run in 30 minutes
- after 30 minutes, test passed, so it should run in 5 minute intervals again
is there a way to do that? or a plugin I could use?