In [1] we're only checking for status success which you only get if the build gets passed the first time. If there was a problem and it gets solved through reruning the build with rebuild, the new build will get status fixed and won't trigger the rule, see [2].
In [1] we're only checking for status
successwhich you only get if the build gets passed the first time. If there was a problem and it gets solved through reruning the build withrebuild, the new build will get statusfixedand won't trigger the rule, see [2].