Skip to content
Commit 354f3802 authored by Kevin Formsma's avatar Kevin Formsma Committed by Oleg Nenashev
Browse files

[JENKINS-45519] Fix keepUndefinedParameters option for suppressing warnings (#2939)

* Update ParametersAction.java

Pull request 2687 added a 'false' setting for this flag to prevent warning messages from being logged, but the logic doesn't match the message or the documentation. This updates the check, so that the warning message is correctly suppressed if `hudson.model.ParametersAction.keepUndefinedParameters` is set to false.

* Updated check to use optBoolean
parent f4d5c764
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment