From bec6757d142ad2d2c6b094bff8166d058cfa3d5c Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 4 Jul 2018 11:06:35 +0200 Subject: [PATCH] [Jenkins] Remove conan locks on Windows. --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 9760ce34c33..1149854f8a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -257,6 +257,7 @@ pipeline { steps { script { // CLI + bat 'conan remove --locks' configure { cmakeOptions = '-DOGS_USE_CONAN=ON ' + -- GitLab