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

trigger step soft_fail can only be a bool #116

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

thejcannon
Copy link
Contributor

steps:
  - trigger: trigger
    soft_fail:
      exit_status: "*"

results in "The soft_fail ruleset on a trigger step must either be true or false"

but the following is OK:

steps:
  - trigger: trigger
    soft_fail: "false"

@angusfretwell angusfretwell merged commit 7168e04 into buildkite:main Dec 12, 2024
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

Successfully merging this pull request may close these issues.

2 participants