freebsd-ports/devel/buildkite-agent/pkg-plist
Dave Cottlehuber 4fe8371090 devel/buildkite-agent: NEW PORT
The Buildkite agent is a small, reliable and cross-platform build runner
that makes it easy to run automated builds on your own infrastructure,
using the proprietary BuildKite application and infrastructure.

Its main responsibilities are polling buildkite.com for work, running
build jobs, reporting back the status code and output log of the job,
and uploading the job's artifacts.

Sponsored by:	SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D35043
2022-05-17 14:07:50 +00:00

14 lines
519 B
Text

bin/buildkite-agent
@dir %%ETCDIR%%/hooks
@dir %%ETCDIR%%/plugins
@sample %%ETCDIR%%/buildkite-agent.cfg.sample
%%EXAMPLESDIR%%/hooks/checkout.sample
%%EXAMPLESDIR%%/hooks/command.sample
%%EXAMPLESDIR%%/hooks/environment.sample
%%EXAMPLESDIR%%/hooks/post-artifact.sample
%%EXAMPLESDIR%%/hooks/post-checkout.sample
%%EXAMPLESDIR%%/hooks/post-command.sample
%%EXAMPLESDIR%%/hooks/pre-artifact.sample
%%EXAMPLESDIR%%/hooks/pre-checkout.sample
%%EXAMPLESDIR%%/hooks/pre-command.sample
%%EXAMPLESDIR%%/hooks/pre-exit.sample