deploy: d6da988ab486cdc7969657c58b124066c625156f

This commit is contained in:
jm-clius 2021-11-25 16:37:15 +00:00
parent cf763db577
commit 7050e24eee

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