From b4dac3c58c63d46b82ca04aa9000ebb512f3d7d5 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Fri, 3 Jan 2020 16:35:51 +0100
Subject: [PATCH] Jenkins; Increase MSVC warning threshold.

TESLocalAssemblerInner.cpp LNK4221:
This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 76aeee60140..c0ee6c14a86 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -430,7 +430,7 @@ pipeline {
                 excludeFile('.*\\.conan.*'), excludeFile('.*ThirdParty.*'),
                 excludeFile('.*thread.hpp')],
                 tools: [msBuild(name: 'MSVC', pattern: 'build/build*.log')],
-                qualityGates: [[threshold: 9, type: 'TOTAL', unstable: true]]
+                qualityGates: [[threshold: 10, type: 'TOTAL', unstable: true]]
             }
             success {
               archiveArtifacts 'build/*.zip,build/conaninfo.txt'
-- 
GitLab