Questions tagged [jenkins-email-ext]

The tag refers to `email-ext` plugin for Jenkins, which extends email sending options.

108 questions
2
votes
2 answers

compare 2 variables in jelly script

${xmlval} > ${ maxEachOSTime}
Azee77
  • 100
  • 2
  • 8
2
votes
1 answer

Jenkins 2.273.1 "Editable Email Notification" sending emails with "$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!" content

I was using Jenkins 2.222.x version and Editable Email Notification plugin to send emails about status of the job. It was working fine. Later I updated my Jenkins version to 2.273.1, and I am still able to receive emails but like…
Yarram
  • 115
  • 1
  • 11
2
votes
1 answer

I want to color the particular column containing Pass & Fail Value to different color using CSS

Below is the Code, and the requirement works perfectly with JavaScript but I cannot use JS as I want to run this code in Jenkins Email Extension which doesn't support JS.