sous-chefs / jenkins

Development repository for the jenkins cookbook
https://supermarket.chef.io/cookbooks/jenkins
Apache License 2.0
424 stars 635 forks source link

Pass booleans unquoted #712

Closed mbaitelman closed 5 years ago

mbaitelman commented 5 years ago

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