05 July 2019

Jenkins is leading open source automation tool that provides lot of plugins to make your CI better. Below is few of them that, on my opinion, can be helpful for any project.

1. Build Monitor Plugin - provides a highly visible view of the status of selected Jenkins jobs;

Build Monitor Plugin

2. Git Parameter Plugin - adds ability to choose branches, tags or revisions from git repository configured in project;

Git Parameter Plugin

3. HTML Publisher Plugin - publish the html reports that your build generates to the job and build pages;

Git Parameter Plugin