fix: typo

This commit is contained in:
Anton Iakimov 2023-11-08 16:52:53 +01:00
parent ea6200dd0c
commit 6dd2806359
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ pipeline {
)
choice(
name: "LOWEST_LOG_LEVEL_ALLOWED",
choces: ['TRACE', 'DEGUG', 'INFO', 'NOTICE', 'WARN', 'ERROR', 'FATAL'],
choices: ['TRACE', 'DEGUG', 'INFO', 'NOTICE', 'WARN', 'ERROR', 'FATAL'],
description: "Defines the log level, which will be available at runtime (Chronicles log level)",
)
booleanParam(