Try upgrading your Maven Project Plugin. I had this same problem and 
upgrading from v2.0 to v2.1 of the Maven Project Plugin resolved the issue.

On Wednesday, January 15, 2014 10:32:36 AM UTC-5, rop wrote:
>
> I am experiencing the same problem.
> When I go into a Jenkins-job, click Configure, then Save the job, the 
> email-recipients field goes empty.
>
> We have 2 different Linux-servers with exactly the same jenkins-version: 
> 1.532.1
>
> HOWEVER: this error happens only on 1 of the servers, while the other 
> works correct.
>
> So, apparently, it is not a general problem with the war-version, but 
> happens under some specific circumstances only.
>
> Anyone here familiar with the Jenkins source-code,
> could you help point me to the code that executes when the Save-button is 
> clicked?
>
> Then I can look it over and try figure out what the issue might be...
>
>
>
> Den fredagen den 3:e januari 2014 kl. 17:41:53 UTC+1 skrev Alessandro 
> Ferrucci:
>>
>>
>> Hello,
>> I'm running Jenkins 1.544 in standalone mode.  I have a maven2/3 job 
>> configured and want to set email notifications under job configuration -> 
>> Build Settings ->Email Notification.
>>
>> If I attempt at setting an email address in the recipient list and 
>> clicking Apply, then Save.  The email recipient list isn't saved.  If I go 
>> back to configuration screen, the Email Notification checkbox is still 
>> checked, but the recipient list is empty.
>>
>> Jenkins doesn't log any errors/warnings in the log.
>>
>> If I open the job's config.xml, I can see that the email settings are 
>> correct for the checkboxes I have checked, but it has no recipient list XML 
>> element.
>>
>> The following is the Mailer snippet I see in the job's config.xml:
>>
>>   <reporters>
>>     <hudson.maven.reporters.MavenMailer>
>>       <dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild>
>>       <sendToIndividuals>false</sendToIndividuals>
>>       <perModuleEmail>true</perModuleEmail>
>>     </hudson.maven.reporters.MavenMailer>
>>   </reporters>
>>
>>
>> Does anyone have any hints/suggestions as to what I can try in order to 
>> try to figure out what the issue is?
>>
>> Thanks!
>> Alessandro Ferrucci
>>
>

-- 
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to