aboutsummaryrefslogtreecommitdiffstats
path: root/jenkinsfile.qemu
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-01-30 20:05:33 +0100
committerGerd Hoffmann <kraxel@redhat.com>2018-01-30 20:05:33 +0100
commit8b40a3442f279e3851e060f547799d43db55721c (patch)
treed17d7a233849560557ef7f9c0e53cd0a386b476c /jenkinsfile.qemu
parentcfa82489b628e6db6f8de1d4b6d939a3beb9d62f (diff)
downloadjenkinsfiles-8b40a3442f279e3851e060f547799d43db55721c.tar.gz
add junit
Diffstat (limited to 'jenkinsfile.qemu')
-rw-r--r--jenkinsfile.qemu1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkinsfile.qemu b/jenkinsfile.qemu
index dccae3f..7987656 100644
--- a/jenkinsfile.qemu
+++ b/jenkinsfile.qemu
@@ -57,6 +57,7 @@ pipeline {
steps {
sh 'cd build; gmake -j $(nproc) check check-report.html'
sh 'xsltproc -o build/junit.xml scripts/gtester.xsl build/check-report.xml'
+ junit 'build/junit.xml'
}
}
}