Closed mbaitelman closed 5 years ago
Signed-off-by: Mendy Baitelman mendy@baitelman.com
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.
Thanks @mbaitelman
Signed-off-by: Mendy Baitelman mendy@baitelman.com
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