/hudson-war/src/main/webapp/help/project-config/log-rotation.html
http://github.com/hudson/hudson · HTML · 23 lines · 20 code · 3 blank · 0 comment · 0 complexity · 0760a2168260689de8e690f5d7fd4b3c MD5 · raw file
- <div>
- This controls the disk consumption of Hudson by managing how long you'd like to keep
- records of the builds (such as console output, build artifacts, and so on.)
- Hudson offers two criteria:
- <ol>
- <li>
- Driven by age. You can have Hudson delete a record if it reaches a certain age
- (for example, 7 days old.)
- <li>
- Driven by number. You can have Hudson make sure that it only maintains up to
- N build records. If a new build is started, the oldest record will
- be simply removed.
- </ol>
- Hudson also allows you to mark an individual build as 'Keep this log forever', to
- exclude certain important builds from being discarded automatically.
- The last stable and last successful build are always kept as well.
- <p>
- It's possible to use Project cascading feature for this property. Please review <a href="http://wiki.hudson-ci.org/display/HUDSON/Project+cascading">
- this document</a>.
- </div>