From b4800153d3ae6e11f3e6f0d5db0fc27246b0848b Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Mon, 18 Feb 2019 11:36:57 +0100
Subject: [PATCH] [Jenkins] Fixed clang-tidy version.

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

diff --git a/Jenkinsfile b/Jenkinsfile
index e6715cedc28..ad89fa25fdb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -487,7 +487,7 @@ pipeline {
                   '"-DCMAKE_CXX_INCLUDE_WHAT_YOU_USE=include-what-you-use;-Xiwyu;--mapping_file=../scripts/jenkins/iwyu-mappings.imp" ' +
                   '-DCMAKE_LINK_WHAT_YOU_USE=ON ' +
                   '"-DCMAKE_CXX_CPPCHECK=cppcheck;--std=c++11;--language=c++;--suppress=syntaxError;--suppress=preprocessorErrorDirective:*/ThirdParty/*;--suppress=preprocessorErrorDirective:*conan*/package/*" ' +
-                  '-DCMAKE_CXX_CLANG_TIDY=clang-tidy-3.9 '
+                  '-DCMAKE_CXX_CLANG_TIDY=clang-tidy-5.0 '
                 config = 'Release'
               }
               try {
-- 
GitLab