buildkite / pipeline-schema

A JSON schema for Buildkite’s pipeline file format
MIT License
31 stars 35 forks source link

Add Soft Fail to Trigger Step Schema #55

Closed alexle closed 1 year ago

alexle commented 1 year ago

Buildkite documentation for trigger step lists soft_fail as a valid optional attribute.

This PR updates schema to reflect soft_fail attribute in trigger step.

Validated via docker-compose build && docker-compose run --rm tests. Saw expected test behavior with and without changes in schema.