diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 3f6c8381..26044cd6 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -37,7 +37,7 @@ - email: recipients: 'jenkins+debian-reproducible holger@layer-acht.org reproducible-commits@lists.alioth.debian.org' - archive: - artifacts: 'results/*.*, results/_success/*.*' + artifacts: 'results/*.*' latest_only: false - logparser: parse-rules: '/srv/jenkins/logparse/reproducible.rules' |