Several Really Useful Jenkins Plugins
For the past half year, we have been using Jenkins as our Continuous platform and Test task scheduler.
We are surprised at the liveness of Jenkins community. One thing that make Jenkins really powerful as a platform is the hundreds(thousands) of plugins that make Jenkins basically can do anything. Here I am going to list a few:
- Email-ext: https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin This cool tool enables you to config every part of your email to be sent of a task. You can compose your own subject, content, of course but also, reply-to address. And you can use the tokens to insert the data of the job(https://issues.jenkins-ci.org/browse/JENKINS-5311). And with the trigger mechanism, you can change all this content according the result of the job(fail, success, etc)
- TBD
Comments
Post a Comment