-
Notifications
You must be signed in to change notification settings - Fork 0
Available Jobs
Volker Hilsheimer edited this page Mar 11, 2021
·
6 revisions
Jobs are script files that can be executed from the CLI on the host on one or more machines. For a list of available jobs, run
$ minicoin run --help
Jobs are defined in the jobs
folder, and each subfolder represents a job that
can be executed on machines. Jobs can receive command line arguments, access the
host file system via folder sharing, and use the software installed through
provisioning steps.
See Defining Jobs for documentation on how to implement jobs.