On Wednesday, July 29, 2015 at 9:23:01 AM UTC-4, David Resnick wrote: > > java.lang.ClassCastException: > org.jenkinsci.plugins.workflow.job.WorkflowJob cannot be cast to > hudson.model.AbstractProject > at > hudson.plugins.emailext.plugins.recipients.UpstreamComitterRecipientProvider.addRecipients(UpstreamComitterRecipientProvider.java:40) >
Email Ext is not currently supported *from* a Workflow project, and that is a deep topic. But it is clearly a straightforward bug in that plugin that it does a blind cast of the *upstream* project. If it cannot handle an arbitrary `Job` here, it should print a warning and move on. File it please, label `workflow`. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/872a2866-942f-4cff-af21-37874330bdd1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
