Jenkins-setup
Plugins
- 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