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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

c# - Abstract method in public abstract class implementing an internal interface doesn't compile? -

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