Build Hooks
A build hook is a task that is executed at some hook point during a build. Multiple hook points are available:
- Pre-build: before a build commences.
- Post-stage: after each stage in a build completes.
- Post-build: after the build completes.
Hooks always execute on the pulse™ master. Hook output goes to the build log. Examples of build hooks include tagging the revision of the source code that was built, or running an executable to perform a custom action.
References
See also: