databuild/examples/basic_job/README.md
Stuart Axelbrooke f9477b1717
Some checks failed
/ setup (push) Has been cancelled
Update docs and protos
2025-05-04 19:06:01 -07:00

393 B

Hello World

Demonstrates a simple parameterized job.

Configure

$ bazel run //:test_job.cfg test_output
{"outputs":["test_output"],"inputs":[],"args":["will", "build", "test_output"],"env":{"foo":"bar"}}

Execute

Doesn't actually write an output.

$ bazel run //:test_job.cfg test_output | bazel run //:test_job
EXECUTE!
foo=bar
args=will build test_output