databuild/examples/basic_job
Stuart Axelbrooke c72e122975
Some checks are pending
/ setup (push) Waiting to run
Implement single target strategy
2025-06-29 20:08:21 -07:00
..
test Update docs and protos 2025-05-04 19:06:01 -07:00
.bazelrc Update docs and protos 2025-05-04 19:06:01 -07:00
BUILD.bazel Implement single target strategy 2025-06-29 20:08:21 -07:00
configure.sh Update docs and protos 2025-05-04 19:06:01 -07:00
execute.sh Update docs and protos 2025-05-04 19:06:01 -07:00
MODULE.bazel Update docs and protos 2025-05-04 19:06:01 -07:00
MODULE.bazel.lock commit 2025-06-29 19:28:46 -07:00
README.md Update docs and protos 2025-05-04 19:06:01 -07:00
unified_job.sh Implement single target strategy 2025-06-29 20:08:21 -07:00

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