@es_port = ES_PORT
- # email address file for security admins.
- @sec_admins = YAML.load_file '/etc/compass-ci/conf/sec_admins.yaml'
Well who's this? It's not something readible and maintainable.
- 123456789@qq.com
Better change to such format
123456789@qq.com: name: xxx org: xxx project: xxx
where name/org/project is information for human maintenance.
OK, I will fix it.
Thanks, Luan Shengde
Thanks, Fengguang