Skip to content

Commit

Permalink
Extend group attributes (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
tubaxenor authored Aug 9, 2023
1 parent 5892b58 commit 04ee8a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 4.2.4
* Add more group step attributes as listed in https://buildkite.com/docs/pipelines/group-step#group-step-attributes

### 4.2.3
* Simplify pipeline upload duplication check

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.3
4.2.4
3 changes: 3 additions & 0 deletions lib/buildkite/pipelines/steps/group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ module Steps
class Group < Abstract
attribute :label
attribute :key
attribute :skip
attribute :if, as: :condition
attribute :depends_on, append: true
attribute :allow_dependency_failure

attr_reader :steps

Expand Down

0 comments on commit 04ee8a4

Please sign in to comment.