0

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.

Fred
  • 4,894
  • 1
  • 31
  • 48
varghese
  • 131
  • 1
  • 4
  • 12
  • Please rephrase the question - it is not clear which job is calling which, how or why. – Gonen Jul 21 '12 at 20:49
  • job B is being called by job A.After completion of build, based on success or failure job A should trigger email notifcation..So for job A it is doing two email triggering, one from commiters build and other from nightly build(job B). How can restrict email triggering using plugin? I want to know which plugin i can use for checking condition for postbuild action? – varghese Jul 23 '12 at 06:21
  • Please see my answer to your other question - I think they are related: [http://stackoverflow.com/a/11639144/1390251] – Gonen Jul 26 '12 at 10:21

1 Answers1

0

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.

CIGuy
  • 5,076
  • 28
  • 37