Commit 1036c213 by Stu Young Committed by GitHub

Merge pull request #4097 from edx/estute/fix-job-history-config

rename job config history config file
parents 05f4a0ce 8d382489
...@@ -29,7 +29,7 @@ jenkins_common_non_plugin_template_files: ...@@ -29,7 +29,7 @@ jenkins_common_non_plugin_template_files:
- ghprb_config - ghprb_config
- git_config - git_config
- hipchat_config - hipchat_config
- jenkins_config_history - job_config_history
- log_config - log_config
- mailer_config - mailer_config
- main_config - main_config
...@@ -156,4 +156,4 @@ JENKINS_MAILER_SMTP_SERVER: '' ...@@ -156,4 +156,4 @@ JENKINS_MAILER_SMTP_SERVER: ''
JENKINS_MAILER_REPLY_TO_ADDRESS: 'jenkins' JENKINS_MAILER_REPLY_TO_ADDRESS: 'jenkins'
JENKINS_MAILER_DEFAULT_SUFFIX: '@example.com' JENKINS_MAILER_DEFAULT_SUFFIX: '@example.com'
JENKINS_MAILER_SMTP_AUTH_USERNAME: '' JENKINS_MAILER_SMTP_AUTH_USERNAME: ''
JENKINS_MAILER_SMTP_AUTH_PASSWORD: '' JENKINS_MAILER_SMTP_AUTH_PASSWORD: ''
\ No newline at end of file
--- ---
HISTORY_ROOT_DIR: '{{ jenkins_common_history_root }}' HISTORY_ROOT_DIR: '{{ jenkins_common_history_root }}'
MAX_HISTORY_ENTRIES: '{{ jenkins_common_history_max_entries }}' MAX_HISTORY_ENTRIES: '{{ jenkins_common_history_max_entries }}'
MAX_DAYS_TO_KEEP_ENTRIES: '{{ jenkins_common_history_max_days }} MAX_DAYS_TO_KEEP_ENTRIES: '{{ jenkins_common_history_max_days }}'
MAX_ENTRIES_PER_PAGE: '{{ jenkins_common_history_max_entries_page }} MAX_ENTRIES_PER_PAGE: '{{ jenkins_common_history_max_entries_page }}'
SKIP_DUPLICATE_HISTORY: '{{ jenkins_common_history_skip_duplicates }}' SKIP_DUPLICATE_HISTORY: '{{ jenkins_common_history_skip_duplicates }}'
EXCLUDE_PATTERN: '{{ jenkins_common_history_exclude_pattern }}' EXCLUDE_PATTERN: '{{ jenkins_common_history_exclude_pattern }}'
SAVE_MODULE_CONFIGURATION: '{{ jenkins_common_history_save_module_config }}' 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