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

View File

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