aboutsummaryrefslogtreecommitdiffstats
path: root/jenkinsfile.qemu
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-01-30 21:31:56 +0100
committerGerd Hoffmann <kraxel@redhat.com>2018-01-30 21:31:56 +0100
commit44922cb7659efd355d8da578023c95c74c59d443 (patch)
treeca285fcba79b9774d1491065a4e27f766e711825 /jenkinsfile.qemu
parent5183c66479c08644eca11265b3c868aa7a750782 (diff)
downloadjenkinsfiles-44922cb7659efd355d8da578023c95c74c59d443.tar.gz
comment out junit
Diffstat (limited to 'jenkinsfile.qemu')
-rw-r--r--jenkinsfile.qemu4
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkinsfile.qemu b/jenkinsfile.qemu
index cdb69a2..00ccedf 100644
--- a/jenkinsfile.qemu
+++ b/jenkinsfile.qemu
@@ -56,8 +56,8 @@ pipeline {
stage("Check") {
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'
+# sh 'xsltproc -o build/junit.xml scripts/gtester.xsl build/check-report.xml'
+# junit 'build/junit.xml'
}
}
}