Skip to content

Commit

Permalink
Merge pull request #80 from darinpope/master-to-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBtz authored Oct 5, 2022
2 parents 1a4d2f6 + 3f3cd23 commit cfa99ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![GitHub release](https://img.shields.io/github/release/jenkinsci/cloudbees-disk-usage-simple-plugin.svg?label=changelog)](https://github.com/jenkinsci/cloudbees-disk-usage-simple-plugin/releases/latest)
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/cloudbees-disk-usage-simple.svg?color=blue)](https://plugins.jenkins.io/cloudbees-disk-usage-simple)

Simple disk usage plugin that calculates disk usage while limiting the performance impact on the Jenkins master.
Simple disk usage plugin that calculates disk usage while limiting the performance impact on the Jenkins controller.

# Features
* uses Java 7 NIO directory walker API to calculate the size of jobs and 1st level directories under `$JENKINS_HOME`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<packaging>hpi</packaging>

<name>CloudBees Disk Usage Simple Plugin</name>
<description>This is a simple disk usage plugin that calculates job disk usage while limiting the performance impact on the Jenkins master.</description>
<description>This is a simple disk usage plugin that calculates job disk usage while limiting the performance impact on the Jenkins controller.</description>
<url>https://github.com/jenkinsci/cloudbees-disk-usage-simple-plugin</url>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

<p>
e.g. A 100MB WAR file is archived and 30 builds are retained in the build history - this will result in 3GB of
usage for a single Jenkins job. By default builds are retained forever - thus the storage requirement for Jenkins master is unbounded.
usage for a single Jenkins job. By default builds are retained forever - thus the storage requirement for the Jenkins controller is unbounded.
</p>

<h4>Limiting Disk Usage</h4>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/index.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
-->
<?jelly escape-by-default='true'?>
<div>
Alternative to disk-usage plugin, to compute in the background per job disk usage on jenkins master
Alternative to disk-usage plugin, to compute in the background per job disk usage on the Jenkins controller
</div>

0 comments on commit cfa99ce

Please sign in to comment.