Jenkins keeps info about historical builds in build.xml files under jobs directory This tool extracts startTime, result, duration from all build.xml for all jobs into single file jobs/builds.csv
You will need Leiningen 1.7.0 or above installed.
Download from https://github.com/kayano/jenkins-builds-to-csv.git
$ lein uberjar
$ java -jar jenkins-builds-to-csv-0.1.0-standalone.jar <path-to-jenkins-jobs-dir>
Distributed under the Eclipse Public License, the same as Clojure