From 6c869ce2dfb9924d1975286433c6f0b916166ba5 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Thu, 5 Jun 2025 17:11:32 +0200 Subject: [PATCH] MT#62949 buildinfo README Change-Id: Ic3e29de11f0ae731ab8ec3cf33253ca77a2adec1 --- buildinfo/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 buildinfo/README.md 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.