Overview¶
Popular guides¶
-
Agents
You can install agents on any machine, and those agents can be used to run jobs in workflows.
-
Hooks
You can customize the steps that run in a workflow, to adjust their behaviors or to enrich their results.
-
Inception
Sometime, you do not want to run tests, but you want to test your plugins or, well, tests, or some parts of them.
The
inception
special execution environment can be used for this purpose. -
Outputs
Your jobs can depend on other jobs, and they can access the outputs produced by the job(s) they depends on, through contexts.
-
Repositories
Do not repeat yourself. Workflows allow you to define
repository
resources, that you can share between jobs.