Skip to content

Commit

Permalink
Merge pull request #153 from buildkite/docs-public-pr-3014
Browse files Browse the repository at this point in the history
information on hooks for hosted agent'
  • Loading branch information
gilesgas authored Dec 5, 2024
2 parents a6b2003 + 60ceb6a commit c90e0bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/agent/v3/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,6 @@ An example of a Windows `environment.bat` hook:
ECHO "--- \:house_with_garden\: Setting up the environment"
SET GITHUB_RELEASE_ACCESS_KEY='xxx'
```
## Hooks on Buildkite hosted agents

Currently, [Buildkite hosted agents](/docs/pipelines/hosted-agents) do not support [agent hooks](#hook-locations-agent-hooks). Instead, use either [repository](#hook-locations-repository-hooks)- or [plugin](#hook-locations-plugin-hooks)-based hooks with these types of agents.

0 comments on commit c90e0bf

Please sign in to comment.