Re: [workflow] email-ext step fails in freestyle project triggered by buildJob

2015-08-16 Thread David Resnick
https://issues.jenkins-ci.org/browse/JENKINS-29970 - David On Thursday, August 13, 2015 at 12:11:16 AM UTC+3, Jesse Glick wrote: > > 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

Re: [workflow] email-ext step fails in freestyle project triggered by buildJob

2015-08-12 Thread Jesse Glick
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.addRecipie

Re: [workflow] email-ext step fails in freestyle project triggered by buildJob

2015-07-29 Thread Slide
It's not on my near term radar sadly, but I hope to get to it this year if no one else does it and creates a pull request. On Wed, Jul 29, 2015, 16:52 David Resnick wrote: > Is there any plan to bridge this divide? I notice that it pops up fairly > often whenever the workflow plugin is in the pi

Re: [workflow] email-ext step fails in freestyle project triggered by buildJob

2015-07-29 Thread David Resnick
Is there any plan to bridge this divide? I notice that it pops up fairly often whenever the workflow plugin is in the picture. - David On Wednesday, July 29, 2015 at 4:26:36 PM UTC+3, slide wrote: > > This is a known incompatibility between workflow and email-ext. Email-ext > expects projects t

Re: [workflow] email-ext step fails in freestyle project triggered by buildJob

2015-07-29 Thread Slide
This is a known incompatibility between workflow and email-ext. Email-ext expects projects to be based on AbstractProject and Workflow is not. On Wed, Jul 29, 2015 at 6:23 AM David Resnick wrote: > I have a freestyle job that fails to run the post-build extended email > step when it is triggered

[workflow] email-ext step fails in freestyle project triggered by buildJob

2015-07-29 Thread David Resnick
I have a freestyle job that fails to run the post-build extended email step when it is triggered by a workflow buildJob construct. The error message: ERROR: Could not send email as a part of the post-build publishers. java.lang.ClassCastException: org.jenkinsci.plugins.workflow.job.WorkflowJob