Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .buildkite/pipelines/buildkite-builder/pipeline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
message: "${BUILDKITE_MESSAGE}",
commit: "${BUILDKITE_COMMIT}",
branch: "${BUILDKITE_BRANCH}"
notify \
github_commit_status: {
context: "Showcase Pipeline!"
}
end
end
1 change: 1 addition & 0 deletions lib/buildkite/pipelines/steps/trigger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Trigger < Abstract
attribute :branches
attribute :async
attribute :build
attribute :notify, append: true
end
end
end
Expand Down