dimacus / couchdb-statistics-plugin

Global build stats plugin that can push results to couchdb/cloudant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CouchDB Statistics plugin for Jenkins

Build Status

A plugin to push build statistics to a couchdb/cloudant instance.

https://wiki.jenkins-ci.org/display/JENKINS/CouchDB+Statistics+Plugin

Configuration Options

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

TODO

  • Need to implement form validation for the config pages
  • Capture extra information e.g. triggered by, build node...

About

Global build stats plugin that can push results to couchdb/cloudant

License:Apache License 2.0


Languages

Language:Java 100.0%