Scheduler
This section is a work-in-progress.
Sequential Target Invokation
Target names delimited by a space will be executed sequentially.
build publish deploy
Parallel Target Invokation
Target names delimited by a comma will be executed in parallel.
deploy-a,deploy-b,deploy-c
Last updated