Ansar
Ansar

Reputation: 11

How to add a dynamic content to Jenkins build email

My automation scripts generates a Test Cycle Name where the latest test results are located. How do I add the information about the Test Cycle Name in the Jenkins build success email?

Upvotes: 0

Views: 1015

Answers (1)

Ajax Zhang
Ajax Zhang

Reputation: 356

have a look at Email-ext plugin .

for the Test Cycle Name

  • it could be stored in property file ,and read from EnvInject Plugin
  • it could call some rest-api to store/read it.

Upvotes: 1

Related Questions