From a063b9713960441963142c63a8e02a19ac5cde44 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Tue, 4 Jun 2019 18:20:17 +0200
Subject: [PATCH] [Jenkins] Remove all Conan package system-reqs before
 building.

---
 Jenkinsfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c92833118a6..62b7581438b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -182,8 +182,7 @@ pipeline {
           steps {
             script {
               sh 'git submodule sync'
-              sh 'conan remove --system-reqs Qt/5.11.2@bilke/stable'
-              sh 'conan remove --system-reqs VTK/8.1.1@bilke/stable'
+              sh "conan remove --system-reqs '*'"
               configure {
                 cmakeOptions =
                   "-DBUILD_SHARED_LIBS=${build_shared} " +
-- 
GitLab