| CLI |
The command line interface. |
| Script |
Define a script to run in the job. |
| Shell |
Specify the shell to run the job. |
| If |
Run a job conditionally. |
| Conditional |
Advanced conditional execution of jobs. |
| AllowFail |
Allow a job to fail without stopping the execution. |
| WorkDir |
Change the working directory for a job. |
| Variables |
Set environment variables for a job. |
| Arguments |
Define necessary arguments for the job. |
| Foreach |
Run jobs with different sets of environment variables in a foreach like loop. |
| Dependencies |
Define dependencies between jobs via pre- and post-jobs |
| Finalizers |
Run Scripts or Jobs guaranteed even if a previous script or job failed. |