aboutsummaryrefslogtreecommitdiffstats
path: root/jenkinsfile.qemu
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-01-30 22:54:41 +0100
committerGerd Hoffmann <kraxel@redhat.com>2018-01-30 22:54:41 +0100
commit0d4a0ff566a0babe1d76bdde7d672a28133aac59 (patch)
tree5c674a29b631a4ac0554efee502a93db50e599b1 /jenkinsfile.qemu
parent44922cb7659efd355d8da578023c95c74c59d443 (diff)
downloadjenkinsfiles-0d4a0ff566a0babe1d76bdde7d672a28133aac59.tar.gz
fix comment
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 00ccedf..0c6c5c1 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'
}
}
}