Using Redmine with Jenkins
Jenkins is a tool for continuous integration, often used by software development companies to provide automated workflows for building and deploying software. Usual use-case scenarios of Redmine plus Jenkins would mean that you can track Jenkins, build statuses from Redmine, and more advanced integration makes Jenkins able to create issues in Redmine automatically if a build fails.
Getting ready
A Jenkins server with active and configured jobs is required.
Redmine server administrator access and Redmine administrator account is required.
How to do it…
Once you have made sure that your Jenkins server and job that is related to your Redmine project is properly configured, proceed with the Redmine Jenkins plugin installation:
Open the console and navigate to Redmine installation root.
Navigate to plugins folder:
cd plugins
Now, type these lines in the console:
git clone https://github.com/jbox-web/redmine_bootstrap_kit.git git clone https://github.com/jbox-web/redmine_jenkins...