Hi,

I have a question about the execution of post build steps in maven
builds with test failures:

In a maven project there are 3 options to run post steps:

- Run only if build succeeds
- Run only if build succeeds or is unstable
- Run regardless of build result

The last one is the default.

I understand these option that choosing the first one "Run only if
build succeeds" no post steps are executed if the build is unstable.
No shell scripts, no trigger of other builds, etc. Is that right?

Because, right now, having "Run only if build succeeds" set, I find
"[ERROR] There are test failures." in the build's log an and got a
yellow ball, but still the configured child job gets triggered and
executed using the parameterized trigger plugin.

Is this intended to be like this or is this a bug?

Any explication is appreciated. Thanks.

Frederik Fromm

Reply via email to