Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

type is not a valid property on the build configuration on a trigger step. #34

Open
ojkelly opened this issue Mar 16, 2022 · 3 comments

Comments

@ojkelly
Copy link

ojkelly commented Mar 16, 2022

This appears to be in conflict with the API and the docs https://buildkite.com/docs/pipelines/trigger-step

"type": {

@chaoyangnz
Copy link

same issue

@thejcannon
Copy link
Contributor

Can you say more? The following pipeline is valid:

steps:
    - trigger: foobar
       type: trigger

@ojkelly
Copy link
Author

ojkelly commented Dec 2, 2024

This issue is 2 years old, so it may have been fixed in that time.

The problem was that the schema declaration (in the schema.json file) says the schema is one thing, but in the API accepts more than that. I think, I was trying to use it to validate schema that was generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants