-
Improvement
-
Resolution: Unresolved
-
Major
-
RH 6.5
While running the plugin and having the typo/wrong syntax in "token" field (missing " in my case), allows to execute further steps even when in advanced options of this plugin "fail the build" is set on evaluation failure (see config.png for setup example). Execution.png has the steps that are placed after the plugin that is having bad behaviour and they are executed.
In my opinion there should be a syntax verification performed there, and when syntax is not correct, should fail the job at this step or at least this situation should be treated as condition evaluation failure.
If i can assist with more information please let me know to improve this wonderfull tool.
Thank you.
The problem is that it doesn't fail to evaluate. It expects a string (to compare to a list of values that are considered to mean "true"), and a string is what it got. It's no different than not building when the value entered is foo or hello world.