adoptium / jenkins-helper

Jenkins Node helper API and helper jobs
Apache License 2.0
7 stars 26 forks source link

Storage Monitoring Jenkins job #12

Closed VermaSh closed 6 years ago

VermaSh commented 6 years ago

It would be nice to have a job that runs periodically and prints out folders along with the space they occupy. The output from this job can be used to decided which machines need cleanup.

VermaSh commented 6 years ago

I have a job that does the above described for all but windows and zOS machines.

VermaSh commented 6 years ago

Update:

TODO:

  1. Ability to run the jenkins job even if a project project parameter isn't passed
  2. Instead of running on all machines, should also add an option to be able to run on a single file
  3. Instead of waiting on a machine to become free poll for it to become available, for a set interval, if it doesn't become available don't run the job on it and print a output with the list of those machines.
    • This especially useful when hunting down forgotten jobs
VermaSh commented 6 years ago

Update:

TODO: