testing - Retry teamcity build if tests failed with some threshold -


is there option or plugin re-run/trigger teamcity build if threshold of failed tests reached.

e.g.

  • 10 tests 100 failed - not retry build
  • 11 tests 100 failed - trigger build again

a "retry build trigger" retry failed builds there no way based on number of tests have failed.

retry build trigger configuration

you write monitors build runs , retries them using teamcity rest api.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -