/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

  1. <div>
  2. This controls the disk consumption of Hudson by managing how long you'd like to keep
  3. records of the builds (such as console output, build artifacts, and so on.)
  4. Hudson offers two criteria:
  5. <ol>
  6. <li>
  7. Driven by age. You can have Hudson delete a record if it reaches a certain age
  8. (for example, 7 days old.)
  9. <li>
  10. Driven by number. You can have Hudson make sure that it only maintains up to
  11. N build records. If a new build is started, the oldest record will
  12. be simply removed.
  13. </ol>
  14. Hudson also allows you to mark an individual build as 'Keep this log forever', to
  15. exclude certain important builds from being discarded automatically.
  16. The last stable and last successful build are always kept as well.
  17. <p>
  18. It's possible to use Project cascading feature for this property. Please review <a href="http://wiki.hudson-ci.org/display/HUDSON/Project+cascading">
  19. this document</a>.
  20. </div>