Difference between revisions of "Global Configuration Files"

From Lingoport Wiki
Jump to: navigation, search
(Global File Structure)
(Global File Structure)
Line 6: Line 6:
 
<L10nStreamlining>
 
<L10nStreamlining>
 
├── config
 
├── config
│   ├── config_due_dates.xml
+
│   ├── config_attask.properties
  +
│   ├── config_custom_tasks.xml
  +
│   ├── config_email_global.xml
  +
│   ├── config_file_cherry_picker.xml
  +
│   ├── config_lingotek_api.properties
  +
│   ├── config_lingotek_file_format.properties
  +
│   ├── sonar-project-template.properties
  +
│  
 
├── <group_name>
 
├── <group_name>
 
│   ├── config
 
│   ├── config
Line 17: Line 24:
   
 
</pre>
 
</pre>
Some of the config files can be copied down to the group and project levels.
+
Most of the global config files contain information that is consistent throughout all groups and projects.

Revision as of 19:16, 27 April 2016

Global File Structure

The global configuration files are located in config directory under the L10n Streamlining directory (typically ~jenkins/Lingoport_Data/L10nStreamlining)

<L10nStreamlining>
├── config
│   ├── config_attask.properties
│   ├── config_custom_tasks.xml
│   ├── config_email_global.xml
│   ├── config_file_cherry_picker.xml
│   ├── config_lingotek_api.properties
│   ├── config_lingotek_file_format.properties
│   ├── sonar-project-template.properties
│   
├── <group_name>
│   ├── config
│       ...
│   
└── projects
    └── <project 1>
        ├── config
        ...

Most of the global config files contain information that is consistent throughout all groups and projects.