1

There some way to trigger a build on Jenkins with e-mail and after the end of the job, the jenkins reply automatically this e-mail to the email sender?

Joao Vitorino
  • 2,976
  • 3
  • 26
  • 55
  • Please take a look at this post: http://stackoverflow.com/questions/8512807/calling-a-jenkins-build-from-outside-of-jenkins/24535288#24535288 – kazerm Mar 02 '15 at 21:22
  • 1
    Maybe (Mail Commander Plugin)[https://wiki.jenkins-ci.org/display/JENKINS/Mail+Commander+Plugin] might help you with job starting. Email-ext plugin can send a response email when the build finishes, Though I have no idea if you can link one email to another as reply. – izzekil Mar 03 '15 at 14:38
  • @izzekil I already tryed the Mail Commander Plugin without sucess. I will try the email-ext plugin and see the results. Thanks – Joao Vitorino Mar 03 '15 at 21:45
  • @kaserm I don't understand how the link you posted can help-me. – Joao Vitorino Mar 03 '15 at 21:48

1 Answers1

0

Solve the problem using Mail commander plugin

Joao Vitorino
  • 2,976
  • 3
  • 26
  • 55