Commit cfe5d999 by Stuart Young

add config for markup formatter

parent 0d9d98a1
......@@ -58,6 +58,8 @@ jenkins_common_main_env_vars:
- NAME: 'GITHUB_OWNER_WHITELIST'
VALUE: '{{ JENKINS_MAIN_GITHUB_OWNER_WHITELIST }}'
jenkins_common_main_executable: '/bin/bash'
jenkins_common_formatter_type: 'rawhtml'
jenkins_common_disable_syntax_highlighting: false
# system properties
jenkins_common_system_properties:
......
......@@ -24,6 +24,9 @@ LOCATION:
ADMIN_EMAIL: '{{ JENKINS_MAIN_ADMIN_EMAIL }}'
SHELL:
EXECUTABLE: '{{ jenkins_common_main_executable }}'
FORMATTER:
FORMATTER_TYPE: '{{ jenkins_common_formatter_type }}'
DISABLE_SYNTAX_HIGHLIGHTING: {{ jenkins_common_disable_syntax_highlighting }}
CLI:
CLI_ENABLED: false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment