Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/disk-usage-plugin
Jenkins disk-usage plugin
https://github.com/jenkinsci/disk-usage-plugin
disk-usage jenkins
Last synced: 4 days ago
JSON representation
Jenkins disk-usage plugin
- Host: GitHub
- URL: https://github.com/jenkinsci/disk-usage-plugin
- Owner: jenkinsci
- License: mit
- Created: 2010-12-13T05:32:30.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T12:52:48.000Z (about 2 months ago)
- Last Synced: 2024-12-30T05:20:12.629Z (11 days ago)
- Topics: disk-usage, jenkins
- Language: Java
- Homepage: https://plugins.jenkins.io/disk-usage/
- Size: 1.53 MB
- Stars: 21
- Watchers: 99
- Forks: 70
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: license.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Disk Usage Plugin
=========================[![Jenkins Plugins](https://img.shields.io/jenkins/plugin/v/disk-usage)](https://github.com/jenkinsci/disk-usage-plugin/releases)
[![Jenkins Plugin installs](https://img.shields.io/jenkins/plugin/i/disk-usage)](https://plugins.jenkins.io/disk-usage)
[![Build Status](https://ci.jenkins.io/buildStatus/icon?job=Plugins/disk-usage-plugin/master)](https://ci.jenkins.io/blue/organizations/jenkins/Plugins%2Fdisk-usage-plugin/branches)
[![javadoc](https://img.shields.io/badge/javadoc-available-brightgreen.svg)](https://javadoc.jenkins.io/plugin/disk-usage/)This plugin records disk usage.
# Configuration
Showing disk usage trend graph is optional - unselect the `Show disk usage trend graph` checkbox on the global configuration page (`Manage Jenkins` -> `System configuration`) if you don't want to see the graph on the project page.
# Usage
When you install this plugin, disk usage is calculated every 6 hours. You can see project list with occupied disk space by going to the "Disk Usage" page in the management section (`Manage Jenkins` -> `Disk Usage`). The same page also allows you to schedule disk usage calculation immediately.
![](docs/images/du-overview.png)More detailed information can be seen on the project page, where you can find disk usage for each build and workspace, as well as a graph with disk usage trend.
![](docs/images/du-project.png)You can configure the plugin in `Manage Jenkins` -> `Configure System`
![](docs/images/du-configuration.png)