diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-05-20 01:17:48 +0200 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-05-20 14:19:06 +0200 |
commit | ee64b8b9e1e57ec1c96a532711a3449680943516 (patch) | |
tree | e08fb909f79abe170f3ef6b976541f818644dc83 /job-cfg | |
parent | 0e2c2e2cfe9e282fdf836f852e1e6db0e8bc3655 (diff) | |
download | jenkins.debian.net-ee64b8b9e1e57ec1c96a532711a3449680943516.tar.xz |
packages-tests: dak-tests: export junit report
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Diffstat (limited to 'job-cfg')
-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' |