Skip to content

Commit

Permalink
Add markup formatter as safe/html disable syntax highlighting to allo…
Browse files Browse the repository at this point in the history
…w html (#138)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Jun 14, 2022
1 parent da117da commit 9e94cac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/baseJenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jenkins:
disableRememberMe: false
labelAtoms:
- name: "built-in"
markupFormatter: "plainText"
markupFormatter:
rawHtml:
disableSyntaxHighlighting: true
mode: NORMAL
myViewsTabBar: "standard"
numExecutors: 2
Expand Down Expand Up @@ -157,4 +159,4 @@ tool:
- home: "powershell.exe"
name: "DefaultWindows"
- home: "pwsh"
name: "DefaultLinux"
name: "DefaultLinux"

0 comments on commit 9e94cac

Please sign in to comment.