Also, set `artifact-days-to-keep` and `artifact-num-to-keep` to make
sure we don't clutter the Jenkins server with log files.
Signed-off-by: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
- build-discarder:
days-to-keep: 15
num-to-keep: 300
- artifact-days-to-keep: -1
- artifact-num-to-keep: -1
+ artifact-days-to-keep: 15
+ artifact-num-to-keep: 100
- github:
url: https://github.com/ceph/ceph/
- rebuild:
- ../../../scripts/ceph-windows/run_tests
publishers:
+ - archive:
+ artifacts: 'logs/**'
+ allow-empty: true
+ latest-only: false
+
- postbuildscript:
builders:
- role: SLAVE