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 24, 2024
1 parent 7b0dab0 commit 351b514
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 @@ -182,7 +182,7 @@ in {
jenkins-auth = "-auth admin:\"$(cat /var/lib/jenkins/secrets/initialAdminPassword)\"";
in ''
# Install plugins
jenkins-cli ${jenkins-auth} install-plugin "workflow-aggregator" "github" "timestamper" "pipeline-stage-view" "blueocean" "pipeline-graph-view" "configuration-as-code" -deploy
jenkins-cli ${jenkins-auth} install-plugin "workflow-aggregator" "github" "timestamper" "pipeline-stage-view" "blueocean" "pipeline-graph-view" "antisamy-markup-formatter" "configuration-as-code" -deploy
# Restart jenkins
jenkins-cli ${jenkins-auth} safe-restart
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 351b514

Please sign in to comment.