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 -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -