Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yakimant committed Nov 8, 2023
1 parent ea6200d commit 6dd2806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 6dd2806

Please sign in to comment.