Global Configuration Files
Global File Structure
Under the L10n Streamlining directory (typically ~jenkins/Lingoport_Data/L10nStreamlining), each group file structure follows this pattern:
<group_name>
├── config
│ ├── config_due_dates.xml
│ ├── config_file_cherry_picker.xml
│ ├── config_l10n_vendor.properties
│ ├── config_lingotek_locale_mapping.properties
│ ├── config_lrm_info.properties
│ ├── config_pseudo_loc.xml
│ ├── config_ws_locale_mapping.properties
│ └── config_ws_locale_projecttype_mapping.properties
└── projects
└── <project 1>
├── config
│ ├── config_email_recipients.xml
│ └── config_vcs.properties
...
Each of the group configuration files can be copied to the project 'config' directory if a project has a configuration different from other projects in that group.