Global Configuration Files: Difference between revisions
Jump to navigation
Jump to search
Created page with "= Global File Structure = Under the L10n Streamlining directory (typically ~jenkins/Lingoport_Data/L10nStreamlining), each group file structure follows this pattern: <pre>..." |
|||
| Line 1: | Line 1: | ||
= Global File Structure = | = Global File Structure = | ||
Under the L10n Streamlining directory (typically ~jenkins/Lingoport_Data/L10nStreamlining), | Under the L10n Streamlining directory (typically ~jenkins/Lingoport_Data/L10nStreamlining), the global configuration files are located in <code>config</code> directory. | ||
<pre> | <pre> | ||
< | <L10nStreamlining> | ||
├── config | ├── config | ||
│ ├── config_due_dates.xml | │ ├── config_due_dates.xml | ||
├── <group_name> | |||
│ ├── config | |||
│ ├── | │ ... | ||
│ | |||
│ | |||
└── projects | └── projects | ||
└── <project 1> | └── <project 1> | ||
├── config | ├── config | ||
... | ... | ||
</pre> | </pre> | ||
Some of the config files can be copied down to the group and project levels. | |||
Revision as of 23:41, 26 April 2016
Global File Structure
Under the L10n Streamlining directory (typically ~jenkins/Lingoport_Data/L10nStreamlining), the global configuration files are located in config directory.
<L10nStreamlining>
├── config
│ ├── config_due_dates.xml
├── <group_name>
│ ├── config
│ ...
│
└── projects
└── <project 1>
├── config
...
Some of the config files can be copied down to the group and project levels.