Issue Type: Bug Bug
Assignee: Justin Ryan
Components: job-dsl-plugin
Created: 13/Feb/14 2:48 PM
Description:

Some publishers are "notifiers", e.g. broken build claiming, and must be added after other publishers.

Suppose you have written:
publishers { allowBrokenBuildClaiming() archiveJunit(....) }

Currently when adding another publisher (archiveJunit) after the claim notifier (allowBrokenBuildClaiming) the claim notifier will not work correctly since it need to know if the build is unstable or not.

The DSL should consider to reorder them when generating the config.xml, so that notifiers are always last.

Project: Jenkins
Priority: Major Major
Reporter: Thomas Gronwall
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to