Commit 8d382489 by Stuart Young

rename job config history config file

parent ee6edcda
......@@ -28,7 +28,7 @@ jenkins_common_non_plugin_template_files:
- ghprb_config
- git_config
- hipchat_config
- jenkins_config_history
- job_config_history
- log_config
- mailer_config
- main_config
......@@ -154,4 +154,4 @@ JENKINS_MAILER_SMTP_SERVER: ''
JENKINS_MAILER_REPLY_TO_ADDRESS: 'jenkins'
JENKINS_MAILER_DEFAULT_SUFFIX: '@example.com'
JENKINS_MAILER_SMTP_AUTH_USERNAME: ''
JENKINS_MAILER_SMTP_AUTH_PASSWORD: ''
\ No newline at end of file
JENKINS_MAILER_SMTP_AUTH_PASSWORD: ''
---
HISTORY_ROOT_DIR: '{{ jenkins_common_history_root }}'
MAX_HISTORY_ENTRIES: '{{ jenkins_common_history_max_entries }}'
MAX_DAYS_TO_KEEP_ENTRIES: '{{ jenkins_common_history_max_days }}
MAX_ENTRIES_PER_PAGE: '{{ jenkins_common_history_max_entries_page }}
MAX_DAYS_TO_KEEP_ENTRIES: '{{ jenkins_common_history_max_days }}'
MAX_ENTRIES_PER_PAGE: '{{ jenkins_common_history_max_entries_page }}'
SKIP_DUPLICATE_HISTORY: '{{ jenkins_common_history_skip_duplicates }}'
EXCLUDE_PATTERN: '{{ jenkins_common_history_exclude_pattern }}'
SAVE_MODULE_CONFIGURATION: '{{ jenkins_common_history_save_module_config }}'
......
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