-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/jenkins] Allow to enable OWASP Markup Formatter Plugin #10851
Conversation
Hey @375gnu, Happy to see another contribution from you! What do you think? |
/assign |
Hi @maorfr, I've simplified my pr a little. If you are ok with it, i'll squash commits. My original idea was to make it fool proof that's why it was quite big. |
Thanks for your reply and changes, much appreciated. It is looking much better! I see that in In addition, I would prefer to not add the plugin installation, but rather document it instead, to avoid changing the default chart installation. Will that be ok by you? |
Hi @maorfr , I've pushed a new commit addressing your requirements. If the pr looks good now for you I'll rebase it against the current master and squash into a single commit. |
/ok-to-test |
Signed-off-by: Hleb Valoshka <[email protected]>
Hi @maorfr , I've squashed and rebased, could you merge it? |
/lgtm Thanks for contributing! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 375gnu, maorfr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…10851) Signed-off-by: Hleb Valoshka <[email protected]>
…10851) Signed-off-by: Hleb Valoshka <[email protected]>
Signed-off-by: Hleb Valoshka [email protected]
What this PR does / why we need it:
If one works with ghprb jenkins plugin then data sent but github contains html snippets which are not parsed by default (see janinko/ghprb#140). To workaround this issue one needs to install OWASP Markup Formatter Plugin and to set markup formatter to
Safe HTML
.Currently using the chart we can install the required plugins, but
Safe HTML
should be enabled manually. This PR fixes this inconvenience.Which issue this PR fixes
Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]