Skip to content

Commit

Permalink
Add cancel_on_build_failing attribute to command step (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngan authored Nov 5, 2024
1 parent 9f44865 commit 120b18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.14.0
4.15.0
1 change: 1 addition & 0 deletions lib/buildkite/pipelines/steps/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class Command < Abstract
attribute :timeout_in_minutes
attribute :plugins, append: true
attribute :priority
attribute :cancel_on_build_failing
end
end
end
Expand Down

0 comments on commit 120b18b

Please sign in to comment.