We have the following requirements for our Hudson setup:
- We would like to directly link to all builds that have been executed
- The effective number of artifacts should be limited
It is possible to limit the number of maximum builds in Hudson per job (see this question). This option effectively removes old artifacts. The problem is that this also removes all other information related to the build.
Is there a way to retain linking directly to completed builds via http://${hudson}/job/${jobname}/${buildnumber}
, even if artifacts were removed? Sometimes it may be good to commit fixes and link to the corresponding build error.