Function parse

Source
pub fn parse(gitlab_file: &Path) -> Result<GitlabCIConfig, DynErr>
Expand description

Taking a path to a .gitlab-ci.yml file will read it and parse it where possible. Anything unknown will be silently skipped. Jobs will be linked up with their parents.