-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
72 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Webhooks | ||
|
||
Responding to webhook events from Buildkite. | ||
|
||
## Overview | ||
|
||
The [Buildkite Webhook API](https://buildkite.com/docs/apis/webhooks) is used to consume lifecycle events from Buildkite in real-time from your server application. | ||
|
||
> Note: This will not be a tutorial to implement a server application, nor one to respond to Buildkite webhook events specifically. The purpose of this article is to inform how to use the helpers this client library provides to make implementing your webhooks easier. This article assumes you know how how to configure a new route in your server and expose it in such a way where Buildkite can communicate with it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
Sources/Buildkite/Buildkite.docc/Extensions/AccessToken.Resources.md
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
Sources/Buildkite/Buildkite.docc/Extensions/Organization.Resources.md
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
Sources/Buildkite/Buildkite.docc/Extensions/Pipeline.Resources.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
Sources/Buildkite/Buildkite.docc/Extensions/Team.Resources.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
Sources/Buildkite/Buildkite.docc/Extensions/User.Resources.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters