JetBrains / teamcity-investigations-auto-assigner

Assigns investigations of build failures automatically based on heuristics
Apache License 2.0
9 stars 14 forks source link

Feature Request: Support for EXIT_CODE build problems #33

Closed Sharken03 closed 5 years ago

Sharken03 commented 5 years ago

As a continuation of #12 this is a feature request for supporting EXIT_CODE build problems.

Right now EXIT_CODE build problems will not trigger the Auto-Assigner plugin, when for example wanting to use the Auto-Assigner when it is not possible to compile the solution due to a code checkin. A workaround requires sending a service message to signal an error, so that the TC_COMPILATION_ERROR filter will be triggered. That has the unfortunate sideeffect that it creates two nodes in the Build Overview, one that is useful and another that is not.

So the request is that the plugin can handle EXIT_CODE build problems without any workaround in place. That would mean that any build step throwing an EXIT CODE would trigger the Auto-Assigner.