Skip to content
Snippets Groups Projects
Commit 3d4ca061 authored by Jens Georg's avatar Jens Georg
Browse files

cppcheck: Remove all restrictions

parent 65f950b4
No related branches found
No related tags found
No related merge requests found
......@@ -78,9 +78,7 @@ def doAnalysis(String label, String buildType) {
doBuilddirArtefact(label, buildType)
// Run cppcheck only for focal-debug
if((!env.DISABLE_CPPCHECK || env.DISABLE_CPPCHECK == '')) {
doCppcheck(label, buildType)
}
// Add inactivity timeout of 60 minutes (build will be interrupted if 60 minutes no log output has been produced)
timeout(activity: true, time: 60) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment