diff options
author | Edward Hervey <bilboed@bilboed.com> | 2017-05-20 11:42:18 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2017-05-20 11:42:18 +0200 |
commit | d183b51716bf8da2522ed3053e2401dbe6c2876b (patch) | |
tree | 61a6468261eabf1ff0a7f173a4ff216395968ed3 /JenkinsFile-master | |
parent | cfbb672f1b85dcaf9906ba2339706a2f71cde205 (diff) |
JenkinsFile-master: Remove xml listing
Diffstat (limited to 'JenkinsFile-master')
-rw-r--r-- | JenkinsFile-master | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/JenkinsFile-master b/JenkinsFile-master index 1d0ec67..ed45876 100644 --- a/JenkinsFile-master +++ b/JenkinsFile-master @@ -25,8 +25,6 @@ node("linux") { wrap([$class: 'Xvfb', additionalOptions: '', assignedLabels: '', installationName: 'default', parallelBuild: true]) { stage ('Check') { - sh 'ls -la **/tests/check/*/*.xml' - env.GST_CHECKS_IGNORE="test_allocate_udp_ports_multicast,test_allocate_udp_ports_client_settings,test_reorder_buffer,test_redirect_yes" env.GST_CHECK_XML=1 sh "./gstreamer/scripts/gst-uninstalled ./gst-ci-scripts/ci-build.sh check" |