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 d49c95f6a1
commit e226d0f852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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',