Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imod/jenkins-stats
some scripts to generate jenkins usage statistics
https://github.com/imod/jenkins-stats
Last synced: 26 days ago
JSON representation
some scripts to generate jenkins usage statistics
- Host: GitHub
- URL: https://github.com/imod/jenkins-stats
- Owner: imod
- Created: 2012-01-05T19:01:35.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-03T20:11:37.000Z (about 11 years ago)
- Last Synced: 2023-03-11T17:33:11.100Z (over 1 year ago)
- Language: Groovy
- Homepage: http://imod.github.com/jenkins-stats/
- Size: 2.48 MB
- Stars: 11
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Jenkins Usage Statistics
========================Theses script are meant to generate some SVG graphics from existing JSON files collected by the jenkins-ci.org infrastructure.
see http://imod.github.com/jenkins-stats/
HOWTO
-----1. download the scripts from jenkins-ci.org
$> groovy download.groovy pwd
2. generate the graphs
... you might have to increase the memory: JAVA_OPTS="-Xmx4000M"$> groovy generateStats.groovy
The final SVGs will be in target/svg