Skip to content

Commit 7e24b5f

Browse files
Merge branch 'master' into style-short-text-as-before
2 parents f0d121e + 09368e2 commit 7e24b5f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,3 +362,14 @@ Manage Jenkins -> Configure System -> Badge Plugin
362362

363363
![alt text](src/doc/config.png "Config")
364364

365+
## Configuration as Code Sample
366+
367+
The [configuration as code plugin](https://plugins.jenkins.io/configuration-as-code/) can define the markup formatter configuration for the badge plugin.
368+
Markup formatter sanitization is enabled by default.
369+
The configuration as code setup for that default setting is:
370+
371+
```yaml
372+
security:
373+
badgePlugin:
374+
disableFormatHTML: false
375+
```

0 commit comments

Comments
 (0)