In Jenkins when defining a build, one can define post-build-steps. This is done in /configure, the section is called "Post Steps". There one can select the following options:

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

I'd like to run a post step, when the build does not succeed. In my specific case I want to run a maven build with "mvn test" and only upon failure a build with "mvn clean test".

That is why I need a 4th option * Run only if build is unstable

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to