This endpoint is used to add (or update an existing Job Manifest). Manifests are the source of Job definitions. Once added the manifest is inspected and any Jobs it refers to are loaded.
A limited number of manifest origins (URLs) are supported. At the moment we support basic GitHib and GitLab URLs, i.e. those that begin https://raw.githubusercontent.com/ and https://gitlab.com/api/v4/projects/.
This endpoint is used to add (or update an existing Job Manifest). Manifests are the source of Job definitions. Once added the manifest is inspected and any Jobs it refers to are loaded.
A limited number of manifest origins (URLs) are supported. At the moment we support basic GitHib and GitLab URLs, i.e. those that begin
https://raw.githubusercontent.com/
andhttps://gitlab.com/api/v4/projects/
.You will need
admin
rights to use this endpoint