You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Victor Seva 6c869ce2df
MT#62949 buildinfo README
7 months ago
..
migrations MT#55988 buildinfo: fix migration of timestamp 3 years ago
test MT#55988 buildinfo: follow test repository policy 2 years ago
README.md MT#62949 buildinfo README 7 months ago
__init__.py MT#55988 buildinfo: collect build information 3 years ago
admin.py MT#55988 improve export process 3 years ago
apps.py MT#55988 buildinfo: collect build information 3 years ago
conf.py MT#55988 buildinfo: collect build information 3 years ago
models.py MT#55988 buildinfo: fix jenkins_url, take two 3 years ago
tasks.py MT#55988 buildinfo: collect build information 3 years ago
utils.py MT#55988 buildinfo: fix duration field 3 years ago

README.md

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.