Re: Save job configuration returns an Oops page

2014-06-03 Thread Daniel Beck

On 02.06.2014, at 23:43, Slide slide.o@gmail.com wrote:

 Released 2.38.1 today, should fix this issue.

I confirm this is resolved.

BTW, is there a reason you replaced the checkboxes with the drop-down? It takes 
more clicks to configure, it's more difficult to tell at a glance what's not 
configured, and takes more vertical space. And it's sortable with no obvious 
effect.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Save job configuration returns an Oops page

2014-06-03 Thread Slide
Its a heterolist now, the taglib doesn't provide a good check box list that
automatically manages descriptor based items. I used it for a while before
sticking with it and didn't find it to be too bad. I knew some people
probably wouldn't like it, but you definitely can't please all the people
all the time. What I really want it something that provides something
similar to the matrix authentication check box control but I haven't seen
something like that and haven't had time to implement it myself.
On Jun 3, 2014 1:49 AM, Daniel Beck m...@beckweb.net wrote:


 On 02.06.2014, at 23:43, Slide slide.o@gmail.com wrote:

  Released 2.38.1 today, should fix this issue.

 I confirm this is resolved.

 BTW, is there a reason you replaced the checkboxes with the drop-down? It
 takes more clicks to configure, it's more difficult to tell at a glance
 what's not configured, and takes more vertical space. And it's sortable
 with no obvious effect.

 --
 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 jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Save job configuration returns an Oops page

2014-06-02 Thread Matthew.Webber
 I'll have to make that an error condition then, saving a trigger with no 
 recipient providers selected wouldn't make much sense.
Sometime I might want to set up the trigger conditions and message text now, 
and fill out the recipients later (maybe I'm using this a template job). I 
don’t see any need to actually prevent this.
 

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Save job configuration returns an Oops page

2014-06-02 Thread Slide
This isn't filling our recipients, its selecting which type of recipients
will be sent the emails, e.g., developers, recipient list, culprits, etc. I
don't think its valid to not have at least one type of recipients selected.
On Jun 2, 2014 1:20 AM, matthew.web...@diamond.ac.uk wrote:

  I'll have to make that an error condition then, saving a trigger with no
 recipient providers selected wouldn't make much sense.
 Sometime I might want to set up the trigger conditions and message text
 now, and fill out the recipients later (maybe I'm using this a template
 job). I don’t see any need to actually prevent this.


 --
 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 jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Save job configuration returns an Oops page

2014-06-02 Thread Daniel Beck

On 02.06.2014, at 14:05, Slide slide.o@gmail.com wrote:

 I don't think its valid to not have at least one type of recipients selected.

I use that a lot. The problem is that the per-trigger list of recipients is not 
part of this mechanism.

Example:

In case of success, send email to a...@example.org (Success trigger, Advanced, 
Recipient List).
In case of failure, send email to b...@example.org (Failure trigger, Advanced, 
Recipient List).

- No Project Recipient List (although it'd be a workaround for this problem to 
leave that field empty and select 'Recipient List' anyway)
- No Culprits
- No Developers
- No Requestor

Configure your notification like this, and Jenkins goes *boom*

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Save job configuration returns an Oops page

2014-06-02 Thread Slide
That's a valid point. I do actually have an easy fix for this, I'll release
as soon as I can.


On Mon, Jun 2, 2014 at 10:10 AM, Daniel Beck m...@beckweb.net wrote:


 On 02.06.2014, at 14:05, Slide slide.o@gmail.com wrote:

  I don't think its valid to not have at least one type of recipients
 selected.

 I use that a lot. The problem is that the per-trigger list of recipients
 is not part of this mechanism.

 Example:

 In case of success, send email to a...@example.org (Success trigger,
 Advanced, Recipient List).
 In case of failure, send email to b...@example.org (Failure trigger,
 Advanced, Recipient List).

 - No Project Recipient List (although it'd be a workaround for this
 problem to leave that field empty and select 'Recipient List' anyway)
 - No Culprits
 - No Developers
 - No Requestor

 Configure your notification like this, and Jenkins goes *boom*

 --
 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 jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
Website: http://earl-of-code.com

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Save job configuration returns an Oops page

2014-05-31 Thread zakyn
Hello,

I would like to ask you for a help.

I updated to the last LTS version of jenkins but after that when I 
configure any job and save the changes I got an exception.

I set everything to Email extended plugin and other things in notification 
but exception is still there.

Could you please help me.

Thanks.

zakyn


Stack trace

javax.servlet.ServletException: java.lang.RuntimeException: Failed to 
instantiate class hudson.plugins.emailext.ExtendedEmailPublisher from 
{project_recipient_list:$DEFAULT_RECIPIENTS,project_replyto:$DEFAULT_REPLYTO,project_content_type:default,project_default_subject:$DEFAULT_SUBJECT,project_default_content:$DEFAULT_CONTENT,project_attachments:,project_attach_buildlog:0,project_presend_script:$DEFAULT_PRESEND_SCRIPT,project_save_output:false,project_triggers:[{recipientList:,replyTo:$PROJECT_DEFAULT_REPLYTO,contentType:project,subject:$PROJECT_DEFAULT_SUBJECT,body:$PROJECT_DEFAULT_CONTENT,attachmentsPattern:,attachBuildLog:0,stapler-class:hudson.plugins.emailext.plugins.trigger.BuildingTrigger,kind:hudson.plugins.emailext.plugins.trigger.BuildingTrigger},{recipientProviders:[{stapler-class:hudson.plugins.emailext.plugins.recipients.DevelopersRecipientProvider,kind:hudson.plugins.emailext.plugins.recipients.DevelopersRecipientProvider},{stapler-class:hudson.plugins.emailext.plugins.recipients.RequesterRecipientProvider,kind:hudson.plugins.emailext.plugins.recipients.RequesterRecipientProvider},{stapler-class:hudson.plugins.emailext.plugins.recipients.CulpritsRecipientProvider,kind:hudson.plugins.emailext.plugins.recipients.CulpritsRecipientProvider}],recipientList:,replyTo:$PROJECT_DEFAULT_REPLYTO,contentType:project,subject:$PROJECT_DEFAULT_SUBJECT,body:$PROJECT_DEFAULT_CONTENT,attachmentsPattern:,attachBuildLog:0,stapler-class:hudson.plugins.emailext.plugins.trigger.FailureTrigger,kind:hudson.plugins.emailext.plugins.trigger.FailureTrigger},{recipientList:,replyTo:$PROJECT_DEFAULT_REPLYTO,contentType:project,subject:$PROJECT_DEFAULT_SUBJECT,body:$PROJECT_DEFAULT_CONTENT,attachmentsPattern:,attachBuildLog:0,stapler-class:hudson.plugins.emailext.plugins.trigger.SuccessTrigger,kind:hudson.plugins.emailext.plugins.trigger.SuccessTrigger},{recipientProviders:{stapler-class:hudson.plugins.emailext.plugins.recipients.ListRecipientProvider,kind:hudson.plugins.emailext.plugins.recipients.ListRecipientProvider},recipientList:,replyTo:$PROJECT_DEFAULT_REPLYTO,contentType:project,subject:$PROJECT_DEFAULT_SUBJECT,body:$PROJECT_DEFAULT_CONTENT,attachmentsPattern:,attachBuildLog:0,stapler-class:hudson.plugins.emailext.plugins.trigger.PreBuildTrigger,kind:hudson.plugins.emailext.plugins.trigger.PreBuildTrigger}],stapler-class:hudson.plugins.emailext.ExtendedEmailPublisher,kind:hudson.plugins.emailext.ExtendedEmailPublisher}
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:778)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:248)
at 
org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:248)
at 
org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:631)
at org.kohsuke.stapler.Stapler.service(Stapler.java:225)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494)
at 
hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:96)
at 
net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:202)
at 
net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:180)
at 
net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:85)
at 
org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:90)
at 
hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:99)
at 
hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:58)
at 
hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:99)
at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:88)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
at 

Re: Save job configuration returns an Oops page

2014-05-31 Thread Slide
I am unable to reproduce this issue,so more information will be needed to
debug it. Did you restart Jenkins after upgrading the plugin?


On Sat, May 31, 2014 at 1:06 AM, zakyn zakvladi...@gmail.com wrote:

 Hello,

 I would like to ask you for a help.

 I updated to the last LTS version of jenkins but after that when I
 configure any job and save the changes I got an exception.

 I set everything to Email extended plugin and other things in notification
 but exception is still there.

 Could you please help me.

 Thanks.

 zakyn


 Stack trace

 javax.servlet.ServletException: java.lang.RuntimeException: Failed to 
 instantiate class hudson.plugins.emailext.ExtendedEmailPublisher from 
 {project_recipient_list:$DEFAULT_RECIPIENTS,project_replyto:$DEFAULT_REPLYTO,project_content_type:default,project_default_subject:$DEFAULT_SUBJECT,project_default_content:$DEFAULT_CONTENT,project_attachments:,project_attach_buildlog:0,project_presend_script:$DEFAULT_PRESEND_SCRIPT,project_save_output:false,project_triggers:[{recipientList:,replyTo:$PROJECT_DEFAULT_REPLYTO,contentType:project,subject:$PROJECT_DEFAULT_SUBJECT,body:$PROJECT_DEFAULT_CONTENT,attachmentsPattern:,attachBuildLog:0,stapler-class:hudson.plugins.emailext.plugins.trigger.BuildingTrigger,kind:hudson.plugins.emailext.plugins.trigger.BuildingTrigger},{recipientProviders:[{stapler-class:hudson.plugins.emailext.plugins.recipients.DevelopersRecipientProvider,kind:hudson.plugins.emailext.plugins.recipients.DevelopersRecipientProvider},{stapler-class:hudson.plugins.emailext.plugins.recipients.RequesterRecipientProvider,kind:hudson.plugins.emailext.plugins.recipients.RequesterRecipientProvider},{stapler-class:hudson.plugins.emailext.plugins.recipients.CulpritsRecipientProvider,kind:hudson.plugins.emailext.plugins.recipients.CulpritsRecipientProvider}],recipientList:,replyTo:$PROJECT_DEFAULT_REPLYTO,contentType:project,subject:$PROJECT_DEFAULT_SUBJECT,body:$PROJECT_DEFAULT_CONTENT,attachmentsPattern:,attachBuildLog:0,stapler-class:hudson.plugins.emailext.plugins.trigger.FailureTrigger,kind:hudson.plugins.emailext.plugins.trigger.FailureTrigger},{recipientList:,replyTo:$PROJECT_DEFAULT_REPLYTO,contentType:project,subject:$PROJECT_DEFAULT_SUBJECT,body:$PROJECT_DEFAULT_CONTENT,attachmentsPattern:,attachBuildLog:0,stapler-class:hudson.plugins.emailext.plugins.trigger.SuccessTrigger,kind:hudson.plugins.emailext.plugins.trigger.SuccessTrigger},{recipientProviders:{stapler-class:hudson.plugins.emailext.plugins.recipients.ListRecipientProvider,kind:hudson.plugins.emailext.plugins.recipients.ListRecipientProvider},recipientList:,replyTo:$PROJECT_DEFAULT_REPLYTO,contentType:project,subject:$PROJECT_DEFAULT_SUBJECT,body:$PROJECT_DEFAULT_CONTENT,attachmentsPattern:,attachBuildLog:0,stapler-class:hudson.plugins.emailext.plugins.trigger.PreBuildTrigger,kind:hudson.plugins.emailext.plugins.trigger.PreBuildTrigger}],stapler-class:hudson.plugins.emailext.ExtendedEmailPublisher,kind:hudson.plugins.emailext.ExtendedEmailPublisher}
   at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:778)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
   at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:248)
   at 
 org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
   at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
   at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:248)
   at 
 org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
   at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:631)
   at org.kohsuke.stapler.Stapler.service(Stapler.java:225)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
   at 
 org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686)
   at 
 org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494)
   at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:96)
   at 
 net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:202)
   at 
 net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:180)
   at 
 net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:85)
   at 
 org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:90)
   at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:99)
   at 
 hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:58)
   at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:99)
   at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:88)
   at 
 

Re: Save job configuration returns an Oops page

2014-05-31 Thread zakyn
Hello,
Yes, I did it - restart the whole windows service.

Only downgrade to the previous version of plugin helped me.

Is there any logs or anything which could help?

zakyn


2014-05-31 17:47 GMT+02:00 Slide slide.o@gmail.com:

 I am unable to reproduce this issue,so more information will be needed to
 debug it. Did you restart Jenkins after upgrading the plugin?


 On Sat, May 31, 2014 at 1:06 AM, zakyn zakvladi...@gmail.com wrote:

 Hello,

 I would like to ask you for a help.

 I updated to the last LTS version of jenkins but after that when I
 configure any job and save the changes I got an exception.

 I set everything to Email extended plugin and other things in
 notification but exception is still there.

 Could you please help me.

 Thanks.

 zakyn


 Stack trace


 javax.servlet.ServletException: java.lang.RuntimeException: Failed to 
 instantiate class hudson.plugins.emailext.ExtendedEmailPublisher from 
 {project_recipient_list:$DEFAULT_RECIPIENTS,project_replyto:$DEFAULT_REPLYTO,project_content_type:default,project_default_subject:$DEFAULT_SUBJECT,project_default_content:$DEFAULT_CONTENT,project_attachments:,project_attach_buildlog:0,project_presend_script:$DEFAULT_PRESEND_SCRIPT,project_save_output:false,project_triggers:[{recipientList:,replyTo:$PROJECT_DEFAULT_REPLYTO,contentType:project,subject:$PROJECT_DEFAULT_SUBJECT,body:$PROJECT_DEFAULT_CONTENT,attachmentsPattern:,attachBuildLog:0,stapler-class:hudson.plugins.emailext.plugins.trigger.BuildingTrigger,kind:hudson.plugins.emailext.plugins.trigger.BuildingTrigger},{recipientProviders:[{stapler-class:hudson.plugins.emailext.plugins.recipients.DevelopersRecipientProvider,kind:hudson.plugins.emailext.plugins.recipients.DevelopersRecipientProvider},{stapler-class:hudson.plugins.emailext.plugins.recipients.RequesterRecipientProvider,kind:hudson.plugins.emailext.plugins.recipients.RequesterRecipientProvider},{stapler-class:hudson.plugins.emailext.plugins.recipients.CulpritsRecipientProvider,kind:hudson.plugins.emailext.plugins.recipients.CulpritsRecipientProvider}],recipientList:,replyTo:$PROJECT_DEFAULT_REPLYTO,contentType:project,subject:$PROJECT_DEFAULT_SUBJECT,body:$PROJECT_DEFAULT_CONTENT,attachmentsPattern:,attachBuildLog:0,stapler-class:hudson.plugins.emailext.plugins.trigger.FailureTrigger,kind:hudson.plugins.emailext.plugins.trigger.FailureTrigger},{recipientList:,replyTo:$PROJECT_DEFAULT_REPLYTO,contentType:project,subject:$PROJECT_DEFAULT_SUBJECT,body:$PROJECT_DEFAULT_CONTENT,attachmentsPattern:,attachBuildLog:0,stapler-class:hudson.plugins.emailext.plugins.trigger.SuccessTrigger,kind:hudson.plugins.emailext.plugins.trigger.SuccessTrigger},{recipientProviders:{stapler-class:hudson.plugins.emailext.plugins.recipients.ListRecipientProvider,kind:hudson.plugins.emailext.plugins.recipients.ListRecipientProvider},recipientList:,replyTo:$PROJECT_DEFAULT_REPLYTO,contentType:project,subject:$PROJECT_DEFAULT_SUBJECT,body:$PROJECT_DEFAULT_CONTENT,attachmentsPattern:,attachBuildLog:0,stapler-class:hudson.plugins.emailext.plugins.trigger.PreBuildTrigger,kind:hudson.plugins.emailext.plugins.trigger.PreBuildTrigger}],stapler-class:hudson.plugins.emailext.ExtendedEmailPublisher,kind:hudson.plugins.emailext.ExtendedEmailPublisher}
  at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:778)
  at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
  at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:248)
  at 
 org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
  at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
  at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
  at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:248)
  at 
 org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
  at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
  at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
  at org.kohsuke.stapler.Stapler.invoke(Stapler.java:631)
  at org.kohsuke.stapler.Stapler.service(Stapler.java:225)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
  at 
 org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686)
  at 
 org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494)
  at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:96)
  at 
 net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:202)
  at 
 net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:180)
  at 
 net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:85)
  at 
 org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:90)
  at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:99)
  at 
 hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:58)
  at 
 

Re: Save job configuration returns an Oops page

2014-05-31 Thread Daniel Beck

On 31.05.2014, at 17:47, Slide slide.o@gmail.com wrote:

 I am unable to reproduce this issue,so more information will be needed to 
 debug it. Did you restart Jenkins after upgrading the plugin?

Reproducible in 2.38:

Deselect all recipient providers (culprits, etc.) in a trigger. Save the 
project.

This is a regression from 2.37.2.2.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Save job configuration returns an Oops page

2014-05-31 Thread Slide
I'll have to make that an error condition then, saving a trigger with no
recipient providers selected wouldn't make much sense.
On May 31, 2014 2:43 PM, Daniel Beck m...@beckweb.net wrote:


 On 31.05.2014, at 17:47, Slide slide.o@gmail.com wrote:

  I am unable to reproduce this issue,so more information will be needed
 to debug it. Did you restart Jenkins after upgrading the plugin?

 Reproducible in 2.38:

 Deselect all recipient providers (culprits, etc.) in a trigger. Save the
 project.

 This is a regression from 2.37.2.2.

 --
 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 jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Save job configuration returns an Oops page

2014-05-31 Thread Daniel Beck
On 01.06.2014, at 01:43, Slide slide.o@gmail.com wrote:

 I'll have to make that an error condition then, saving a trigger with no 
 recipient providers selected wouldn't make much sense.

The documentation says 'Recipient List' refers to the 'Project Recipients 
List', so the Trigger-specific Recipients List would still receive the email, 
even with none of Culprits/Developers/Recipients List/Requestor selected.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.