MyNixOS website logo
option-set

services.buildkite-agents.<name>.hooks

Showing entries 1-10 out of 10.
The checkout hook script will replace the default checkout routine of the bootstrap.sh script
The command hook script will replace the default implementation of running the build command
The environment hook will run before all other commands, and can be used to set up secrets, data, …
The post-artifact hook will run just after artifacts are uploaded
The post-checkout hook will run after the bootstrap script has checked out your projects source co…
The post-command hook will run after the bootstrap script has run your build commands
The pre-artifact hook will run just before artifacts are uploaded
The pre-checkout hook will run just before your projects source code is checked out from your SCM …
The pre-command hook will run just before your build command runs
The pre-exit hook will run just before your build job finishes