Skip to content

Commit

Permalink
azure/jenkins-controller: enable safe-html
Browse files Browse the repository at this point in the history
This allows configuring HTML descriptions for build descriptions, which
we'll use to link to artifacts in the future.

Signed-off-by: Florian Klink <flokli@flokli.de>
  • Loading branch information
flokli committed May 31, 2024
1 parent 9aa2efb commit e0fe744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/azure/jenkins-controller/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ in {
# Install plugins
jenkins-cli ${jenkins-auth} install-plugin \
"workflow-aggregator" "github" "timestamper" "pipeline-stage-view" "blueocean" \
"pipeline-graph-view" "github-pullrequest" "configuration-as-code"
"pipeline-graph-view" "github-pullrequest" "antisamy-markup-formatter" "configuration-as-code"
# Disable initial install
jenkins-cli ${jenkins-auth} groovy = < ${jenkins-groovy}
Expand Down
3 changes: 3 additions & 0 deletions hosts/azure/jenkins-controller/jenkins-casc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jenkins:
disableRememberMe: false
labelAtoms:
- name: "built-in"
markupFormatter:
rawHtml:
disableSyntaxHighlighting: false
mode: NORMAL
myViewsTabBar: "standard"
nodeMonitors:
Expand Down

0 comments on commit e0fe744

Please sign in to comment.