Troubleshooting "2 schema violations found required key [jobs] not found required key [version] not found"

If your job fails with the following error, even though the keys "jobs" and "version" are present in your config.yml, the cause for this can be YAML syntax validity issues (such as incorrect indentation) with the config.yml contents, leading to the config not being able to be parsed fully. 

Your config file has errors and may not run correctly:

2 schema violations found
required key [jobs] not found
required key [version] not found

Solutions:

You should no longer see the error on the syntax validator.

Was this article helpful?
3 out of 18 found this helpful

Comments

0 comments

Article is closed for comments.