Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.