ikedam commented on Bug JENKINS-28125

> A MavenModuleSetBuild doesn't update its result from "aborted" to "failure" till the build completes.

I found that the build result isn't updated even after the build completes.
This happens in the following way:

  • The result of the MavenModuleSetBuild gets the worst one of the internal result of the MavenModuleSetBuild (this is set to "failure" by build-tiemout plugin) and the results of build of its modules (this is set to "aborted" and not set to "failure" by build-timeout plugin as build-timeout plugin doesn't know about modules).
  • "aborted" is worse than "failure". In Jenkins, build results are treated as SUCCESS > UNSTABLE > FAILURE > NOT_BUILT > ABORTED.

> What do you suggest concerning this problem with the Maven plugin?

Sorry, but I don't know... That's a really complicated problem.

  • You may request the fix to the maintainer of maven-plugin. Though, it might be not considered as a bug as maven-plugin looks work in a reasonable way as described above.
  • You may request an option to send a mail even for aborted builds to mailer-plugin.
  • There looks nothing build-timeout plugin can do though I have further investigation.
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