|
|
||
|---|---|---|
| .. | ||
| test | ||
| .bazelrc | ||
| BUILD.bazel | ||
| MODULE.bazel | ||
| MODULE.bazel.lock | ||
| README.md | ||
| unified_job.sh | ||
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