Closed mbaitelman closed 5 years ago
Currently when passing in parameters the code always quotes them. If they are booleans when quoted Jenkins treats them as text instead of boolean. This change skips quotes if the value is of TrueClass or FalseClass.
Description
Currently when passing in parameters the code always quotes them. If they are booleans when quoted Jenkins treats them as text instead of boolean. This change skips quotes if the value is of TrueClass or FalseClass.
Check List