diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-01-30 21:31:56 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-01-30 21:31:56 +0100 |
commit | 44922cb7659efd355d8da578023c95c74c59d443 (patch) | |
tree | ca285fcba79b9774d1491065a4e27f766e711825 /jenkinsfile.qemu | |
parent | 5183c66479c08644eca11265b3c868aa7a750782 (diff) | |
download | jenkinsfiles-44922cb7659efd355d8da578023c95c74c59d443.tar.gz |
comment out junit
Diffstat (limited to 'jenkinsfile.qemu')
-rw-r--r-- | jenkinsfile.qemu | 4 |
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' } } } |