Upped Jenkins make verbosity to 1 (#785)

This commit is contained in:
Hanno Cornelius 2021-11-25 17:01:45 +01:00 committed by GitHub
parent 1e3baa35d1
commit d6da988ab4

View File

@ -17,7 +17,7 @@ pipeline {
string(
name: 'VERBOSITY',
description: 'Makefile verbosity level.(0-2)',
defaultValue: params.VERBOSITY ?: '0'
defaultValue: params.VERBOSITY ?: '1'
)
string(
name: 'MAKEFLAGS',