how can I use my own templates with email ext plugin in Jenkins?

2021-04-08 Thread jesus fernandez
I want to send the cppcheck report through email but I had never used the email ext plugin before, so I found this https://stackoverflow.com/questions/13888338/sending-cppcheck-result-report-on-email-from-jenkins-using-email-ext-plugin with a nice jelly template to do so, I have also followed

Re: how can I use my own templates with email ext plugin in Jenkins?

2021-04-08 Thread jesus fernandez
I have also tried with some other templates with the same result, if I remove the ```mimeType: 'text/html'``` I do not get an error but I get a blank email in both cases El jueves, 8 de abril de 2021 a las 13:02:11 UTC+2, jesus fernandez escribió: > I want to send the cppcheck report through e

error when sending jelly template using email ext plugin with jenkins

2021-04-08 Thread jesus fernandez
I want to send the cppcheck report through email but I had never used the email ext plugin before, so I found this https://stackoverflow.com/questions/13888338/sending-cppcheck-result-report-on-email-from-jenkins-using-email-ext-plugin with a nice jelly template to do so, I have also followed

Re: I cannot run Azure CLI commands from jenkins pipeline

2021-04-08 Thread jesus fernandez
it happened to be an issue with the path, as jenkins uses its own path for its user I have not declared the path for the right user El miércoles, 7 de abril de 2021 a las 9:24:44 UTC+2, jesus fernandez escribió: > az is installed as it runs from the cmd, and it also runs if I start > jenkins f

Having one executor and want to run multiple jobs one by one

2021-04-08 Thread kamthe kirtee
Suppose I have one slave and one executor And I have 1 upstream job which triggered 2 downstream jobs We want all these 3 jobs should run sequentially That means if upstream is start running and when it triggerd downstream job 1 Upstream job itself should go to queue or somewhere and free their ex

RE: Having one executor and want to run multiple jobs one by one

2021-04-08 Thread gmaxera
Hi, I’ve already answered to this question. If you weren’t happy to my reply … starting a new fresh thread won’t help anyway. To be frank … I’m a bit offended that you ignored my replies and started a new thread. Do you think I wouldn’t notice? Cheers, Gianluca. From: jenkinsci-us

Re: Having one executor and want to run multiple jobs one by one

2021-04-08 Thread kamthe kirtee
Hi Gianluca, Apologies that I'm not able to give a reply on that message. Actually its a client requirement and I have to have achive that As I'm new to devops and jenkins thought of I'm not explained question properly hence posted again Thanks a lot for replaying and giving your valuable time

Can I send cppcheck results through slack in a jenkins pipeline?

2021-04-08 Thread jesus fernandez
I just started using cppcheck, and I was wondering if there is any way to access to the report values (for instance number of total errors) and send it to slack. I have been searching in the documentation and here in SO but I have found nothing, as I just have been using Jenkins for a couple of