Re: How can we customise jenkins email content?

2020-04-11 Thread Mick Semb Wever
> ${FILE,path="email.txt"} Ah gotcha, missed that. Yeah that will work :-) Thanks for saying it again.

Re: How can we customise jenkins email content?

2020-04-11 Thread Alex Harui
Hi Mick, FWIW, I am not familiar with jelly scripts, but as I posted earlier, I am using the "Editable Email Notification" option in "Post Build Actions". In one of my jobs, the body of the email to be sent in the Job Configuration is: ${FILE,path="email.txt"} That's why I think you can liter

Re: How can we customise jenkins email content?

2020-04-11 Thread Mick Semb Wever
Thanks Matt and Alex, > To elaborate further, if you look through the global variables available, > you should be able to obtain all the info you’d use in a Jelly template > without the maintenance hassle. A bit of background to the problem… The Cassandra community wants a permanent record of

Re: How can we customise jenkins email content?

2020-04-11 Thread Matt Sicker
If you can figure out how to change the Jenkins bot emoji to the given ones, I'd love to improve it. I wasn't able to get any emojiIcon parameter to work, but perhaps you need to create a custom Slack bot token rather than using the default one. On Sat, 11 Apr 2020 at 11:15, Michael Shuler wrote:

Re: How can we customise jenkins email content?

2020-04-11 Thread Michael Shuler
Bravo for the Simpsons emoji usage in slack messages. I think we should steal this, Mick :) Warm regards, Michael On 4/11/20 10:23 AM, Matt Sicker wrote: To elaborate further, if you look through the global variables available, you should be able to obtain all the info you’d use in a Jelly tem

Re: How can we customise jenkins email content?

2020-04-11 Thread Alex Harui
Royale-compiler is using the "Editable Email Notification" as a "Post Build Action". We have not customized the email on builds.a.o, but on a non-Apache Jenkins instance, I've used that to send just about anything I want. I've used scripts to write to a file and then send the file as the body

Re: How can we customise jenkins email content?

2020-04-11 Thread Matt Sicker
To elaborate further, if you look through the global variables available, you should be able to obtain all the info you’d use in a Jelly template without the maintenance hassle. On Sat, Apr 11, 2020 at 10:21 Matt Sicker wrote: > If you use a pipeline, you can make it say whatever you want. Examp

Re: How can we customise jenkins email content?

2020-04-11 Thread Matt Sicker
If you use a pipeline, you can make it say whatever you want. Example: https://github.com/apache/logging-log4j2/blob/master/Jenkinsfile On Sat, Apr 11, 2020 at 07:40 Mick Semb Wever wrote: > Have any other projects customised the format of the email body that > jenkins sends? > > Using the email

Re: Jenkins build for NLPCraft

2020-04-11 Thread Sergey Makov
Hi Gavin, somehow I overlooked that we already have all the necessary permissions and can create jobs. Thank you very much and sorry for bothering. Regards, Sergey On Sat, Apr 11, 2020 at 2:50 PM Gavin McDonald wrote: > > Hi Sergey, > > Have you tried to create jobs? > > Gav... > > > On Sat, A

How can we customise jenkins email content?

2020-04-11 Thread Mick Semb Wever
Have any other projects customised the format of the email body that jenkins sends? Using the emailext plugin, the email content can be defined by a jelly script, and there's a few from that plugin to pick from. See for example https://github.com/apache/cassandra/blob/trunk/.jenkins/Jenkinsfile#L

Re: Jenkins build for NLPCraft

2020-04-11 Thread Gavin McDonald
Hi Sergey, Have you tried to create jobs? Gav... On Sat, Apr 11, 2020 at 11:38 AM Sergey Makov wrote: > Hello, > > I am one of the committers of NLPCraft project that just entered ASF > incubation. > > We would like to configure Jenkins jobs for automated builds/testing, > but it looks like

Jenkins build for NLPCraft

2020-04-11 Thread Sergey Makov
Hello, I am one of the committers of NLPCraft project that just entered ASF incubation. We would like to configure Jenkins jobs for automated builds/testing, but it looks like some LDAP permissions are needed for this. Can someone help us with this? Thanks, Sergey