hudsonjenkinshudson-pluginsjenkins-pluginshudson-api

How to put condition on post build actions?


I have job A and B.

Commit will be polled by job A and build is happening on Job B. So I did promoted plugin for email ext after completion of job B to send email from job A.

I have some periodic schedule task which run on job B itself. That case I needed to configure email triggering. my problem is if i configure email for job B itself and promoted plugin email ext also..so when commit comes to job A. It will send email from promotion plugin + email I configured for job B. Here two email will trigger for commit job.

So I want to put condition on job B email notification?

Somebody please suggest a plugin that serve my purpose.


Solution

  • I'm not really clear on what is being asked here, but take a look at the Email-ext plugin and the Text-finder plugin. They may help you.