aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-01-24 13:14:29 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-01-24 13:14:29 +0100
commit372173537bc27bdd247ffc58bedde3aa8c90f9f3 (patch)
tree19cd421b42f043556fd45306c75f34a252948b8a
parent3ff7d794a60c5477486b0a156a711c562930fdd4 (diff)
downloadjenkinsfiles-372173537bc27bdd247ffc58bedde3aa8c90f9f3.tar.gz
drop check-report
-rw-r--r--jenkinsfile.qemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkinsfile.qemu b/jenkinsfile.qemu
index 1d3c340..66518af 100644
--- a/jenkinsfile.qemu
+++ b/jenkinsfile.qemu
@@ -56,7 +56,7 @@ pipeline {
stage("Check") {
steps {
timeout (60) {
- sh 'cd build; gmake -j $(nproc) check check-report.html'
+ sh 'cd build; gmake -j $(nproc) check'
}
// sh 'xsltproc -o build/junit.xml scripts/gtester.xsl build/check-report.xml'
// junit 'build/junit.xml'