LoginSignup
0
1

More than 3 years have passed since last update.

Jenkinsのどのワークスペースが容量を大きく占有しているか確認する

Posted at

Jenkinsで古いワークスペースを削除しないようにするとどんどんと溜まっていき、サーバ容量を圧迫する。

どのワークスペースが容量を占めているかを以下のコマンドで確認する。必要に応じて該当のワークスペースを削除するのに使える。

du -sh /var/lib/jenkins/workspace/* | sort -nr

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1