jenkins - How can I start a java program by sending an email -
we working on project , im involved in continuous integration testing.
i need
- deploy new project code on staging server, not using jenkins, ftp;
- after deploy email sent indicate successfull deploy , need start integration tests;
- integration tests, if successfull, start deploy on integration server.
i going write java program login jenkins , execute integration tests.
question is: how can email message activate java program?
edit: normally, jenkins offers feature starts job after getting email, having security problem that
make program or script peridically poll mail server box , upon getting appropirate email run java program.
Comments
Post a Comment