rht-labs / s2i-config-jenkins

6 stars 32 forks source link

Configure "Job Config History Plugin" thresholds by default. #19

Open jtudelag opened 4 years ago

jtudelag commented 4 years ago

The other day I was hit by this, Jenkins running out of inodes in the volume.

This was due to the Job Config History Plugin generting endless number of files & fodlers ;(.

We should set some sane thresholds in order to avoid this problem. As a reference this CloudBees article with best practices.

springdo commented 4 years ago

I wonder if anyone is using that plugin? MAybe we just remove it? Job Config should be stored in Git anyways, so unlikely that people are manually changing job configs in this day and age.