Plugins

Here are some nice plugins to install on your Jenkins to setup a nice Build pipeline:
      Build pipeline plugin: to setup a nice build chain
      Config file provider plugin: to be able to pass different kind of config (i.e. maven settings.xml) in your jobs
      Git plugin (or any scm provider)
      Join plugin: to fork/join jobs triggering
      Maven release plugin
      Clone workspace plugin: to pass workspace from one build to another

Comments