jenkinsci / badge-plugin

Jenkins Badge plugin
https://plugins.jenkins.io/badge/
MIT License
32 stars 43 forks source link

HTML Filtering configurable via CasC #26

Closed nattofriends closed 3 years ago

nattofriends commented 3 years ago

Is your feature request related to a problem? Please describe. The global configuration added in #20 should be configurable via Configuration-as-Code.

Describe the solution you'd like I can configure the HTML Filtering global configuration of the plugin via Configuration-as-Code.

Describe alternatives you've considered I have not considered any alternatives.

Additional context No additional context.

bakito commented 3 years ago

Hi @nattofriends

Thank you for your input.

This should already be possible.

Have you tried the following? unclassified: badgePlugin: disableFormatHTML: true

Regards, bakito

nattofriends commented 3 years ago

I tried looking for it in the Configuration-as-Code export but I was not looking on a master where I had enabled the option already. Thanks for the help.

bakito commented 3 years ago

np