This is a list of interesting plugins to use with Jenkins
You can read more about each plugin using the SEARCH box at Jenkins homepage.
Delivery Pipeline Plugin: Visualisation of Delivery/Build Pipelines, renders pipelines based on upstream/downstream jobs.
Build Pipeline Plugin: This plugin provides a Build Pipeline View of upstream and downstream connected jobs that typically form a build pipeline. In addition, it offers the ability to define manual triggers for jobs that require intervention prior to execution.
Join Plugin: This plugin allows a job to be run after all the immediate downstream jobs have completed. The plugin is useful for creating a 'diamond' shape project dependency.
Multijob Plugin: This plugin gives the option to define complex and hierarchical jobs structure in Jenkins.
Build Flow Plugin: This plugin allows managing Jenkins jobs orchestration using a dedicated domain-specific language,, extracting the flow logic from jobs.
Workflow Plugin: Originally inspired by the Build Flow Plugin.
NOTES: Join Plugin + Multijob Plugin == Build Flow Plugin + Groovy DSL == Workflow Plugin + Snippet Generator or Groovy DSL