A plugin to push build statistics to a couchdb/cloudant instance.
https://wiki.jenkins-ci.org/display/JENKINS/CouchDB+Statistics+Plugin
Nativate to Manage Jenkins
> Configure System
Under the heading CouchDB Statistics Configuration
complete the following entries:
- Url (required)
- Username (required)
- Password (required)
- Document (required) - the name of the document to store information
Information Captured:
- Job Name
- Status
- Duration
- Need to implement form validation for the config pages
- Capture extra information e.g. triggered by, build node...