-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Platform: All, OS: All
Hi,
I have a project which run a shell script. During compilation, errors can occur,
but the script doesn't stop until its end and then the compilation always
succeed. Thus, I use the text-finder plugin to scan the console output and when
it find the pattern corresponding to an error, it declares the build as a failure.
The problem is that I use also the Warnings plugins, and this plugin is not
suppose to launch if the build fails (permitting not to shows number of warnings
in the warnings trend for failed builds, which could be completely wrong)
Since the text-finder plugin runs after the warnings plugin, it could detect a
build failure after the warnings are scanned and integrated to the trend.
Warnings trend would then be wrong.
I'm actually facing this case.
Could it possible to make the text-finder plugin run before the warnings plugin?