Project

General

Profile

Jenkins + Redmine

Added by Bartłomiej Korpała about 9 years ago

Hi! I'm trying to configure Jenkins to work with Redmine. I mean I want to add report to Redmine (new post) after build in Jenkins. My Redmine site is "http://localhost/redmine/" and page where want to add post is "http://localhost/redmine/projects/tests". On the "http://localhost:8080/configure" (Jenkins) in "Redmine" section I put:
- "Name": "Tests",
- "Base url: "http://localhost/redmine/",
- "Version number": "2.5.2.1".
In the configuration of my project I put of course API key.
When I start a build I receivce following information "Build step 'Aggregate Redmine ticket metrics' marked build as failure" and Jenkins doesn't add a post on the Redmine site.