|
||||||||
|
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.

Interesting. For background, this box was recently (about a week ago) built out via a chef cookbook, one that uses the opscode jenkins cookbook under the covers. The mailer plugin would have been installed as part of the jenkins install itself, which the cookbook installs from the war file. So I presume the Jenkins 1.598 war bundles mailer 1.11. The cookbook uses the jenkins-cli to install other the plugins. The recipe is not specifying any version numbers so usually that means the latest will be be installed. The workflow plug-ins were installed via the cli but does the CLI correctly check dependencies?
In any event, I have upgraded the mailer plugin and that has resolve the issue. Thanks for the assistance.