diff --git a/Jenkinsfile b/Jenkinsfile index f0c2c0e58286982450b61addeb0173fe737fc247..30d3d9b93ad188f0b7cba8479136d460ad1fd2f4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -226,6 +226,7 @@ pipeline { always { recordIssues enabledForFailure: true, filters: [ excludeFile('.*qrc_icons\\.cpp.*'), + excludeFile('ncGroup\\.h'), excludeMessage('.*tmpnam.*')], tools: [gcc4(name: 'GCC-GUI', id: 'gcc4-gui', pattern: 'build/build*.log')], @@ -233,7 +234,7 @@ pipeline { recordIssues enabledForFailure: true, tools: [cppCheck(pattern: 'build/cppcheck.log')] } - success { archiveArtifacts 'build/*.tar.gz,build/conaninfo.txt' } + success { archiveArtifacts 'build/*.tar.gz,build/conaninfo.txt,build/cppcheck.log' } } } // ********************* Docker-Conan-Debug ****************************