[][src]Function gitlab_ci_parser::parse

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

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.