diff --git a/buildinfo/README.md b/buildinfo/README.md new file mode 100644 index 0000000..849b4cb --- /dev/null +++ b/buildinfo/README.md @@ -0,0 +1,14 @@ +buildinfo +========= + +This app is storing the additional information of jenkins builds: + +* node +* timestamp +* duration + +This was created to be able have stats of the jenkins nodes/jobs and detect +possible bottlenecks or issues. + +There are no views defined since is meant to be used via standard Django admin +panel.