... which then runs inside a `buster_amd64.tar.gz` chroot on the
builders. The `build-wrapper` takes care of unpacking the chroot and
find the right job script to run.
Scripts are generally the `build` command inside a directory, for
example Hugo websites are built with
[slaves/linux/hugo-website/build](https://gitweb.torproject.org/project/jenkins/tools.git/tree/slaves/linux/hugo-website/build), because the base name of the job
template is `hugo-website`.. The build ends up in
`RESULT/output.tar.gz`, which gets passed to the `install` job
(e.g. `hugo-website-$site-install`). That job then ships the files off
to the static source server for deployment.
See [the static mirror jenkins docs](howto/static-component#jenkins-build-jobs) for more information on how