Hi, indeed, this is why I used the word 'emulated', the current behaviour could really be improved if it was implemented like you describe it (let the use select for each job on which event he wishes to receive notifications).
For the Favorite plugin, the list of favorite jobs is stored as a User Property, so it has no impact on the job configuration and only read permission is required. Regards, Vincent 2013/8/8 Slide <[email protected]> > Hi, > > I'll have to look into the Favorite plugin, I hadn't heard of it before. > The one thing that I am planning on doing is not just a global "watch" for > the entire job, but allow a user to add a watch for only unstable builds, > or only failing builds, etc. Basically allow them to configure a watch for > any of the available triggers. > > Thanks, > > slide > > > On Thu, Aug 8, 2013 at 6:03 AM, Vincent Latombe <[email protected] > > wrote: > >> Hi, >> >> actually that behaviour can be already emulated by using the Favorite >> plugin and its ${FAVORITE_USERS_EMAIL} token. I added that to the global >> recipients for all jobs, so anyone that wants to watch a given job just has >> to flag it as favorite. >> >> Otherwise, I think the 'read' permission covers exactly what is required >> here. >> >> Vincent >> >> >> 2013/8/8 Slide <[email protected]> >> >>> I'm looking at implementing an "Add Watch" feature to the email-ext >>> plugin similar to the "Add Watch" in JIRA in relation to [1]. The idea >>> itself is not difficult to implement, what I want to get some feedback on >>> is the security scope for this feature. What security level do people think >>> should be necessary in order to add a watch on a job? I was thinking the >>> minimum would be the "read" permission, but I'm not sure that is good >>> enough. Please let me know what you think would be a good level of security >>> for such a feature. >>> >>> Thanks, >>> >>> slide >>> >>> >>> [1] - https://issues.jenkins-ci.org/browse/JENKINS-18567 >>> >>> -- >>> Website: http://earl-of-code.com >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Developers" 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. >>> >>> >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Developers" 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. >> >> >> > > > > -- > Website: http://earl-of-code.com > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" 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. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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.
