You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Hi Im new to jenkins
Could anyone of you pls explain me how to change the body in jelly script while giving the Editable Email notification in jenkins,cause im getting mails but not i was expected,pls share me some sample scripts for this
Thank you
Shashank Bhargav
unread,
Aug 28, 2017, 10:24:41 PM8/28/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
The implementation which is working for us atleast is with a groovy file. Groovy file can be written and called in the default content as : ${SCRIPT, template="test.groovy"}
test.groovy file has to be places in email-templates folder of Jenkins root.