diff options
-rw-r--r-- | job-cfg/packages-tests.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/job-cfg/packages-tests.yaml b/job-cfg/packages-tests.yaml index ec6f4a49..1e235b4a 100644 --- a/job-cfg/packages-tests.yaml +++ b/job-cfg/packages-tests.yaml @@ -136,7 +136,7 @@ - pollscm: cron: '* H/2 * * *' builders: - - shell: '/srv/jenkins/bin/chroot-run.sh jessie timeout 1h dpkg-buildpackage -us -uc -tc' + - shell: '/srv/jenkins/bin/chroot-run.sh jessie --exports-results timeout 1h dpkg-buildpackage -us -uc -tc' publishers: - email: recipients: 'qa-jenkins-scm@lists.alioth.debian.org jenkins+debian-ftp debian-dak@lists.debian.org' @@ -144,3 +144,5 @@ - trigger: project: None - naginator: *naginator + - junit: + results: 'job-exports/test-results/*.xml' |