Job

Job, which can run in a build environment, such as macOS; It can also be scheduled as a normal task that does not require a build environment. It has the following features:

  • Consists of multiple Tasks(plugins);

  • If a Task fails, the Job fails and other tasks will not run.

WORKSPACE

Each Job has its own WORKSPACE, which is the root directory of all plug-ins in the Job.

If a Job contains the "pipeline call" plug-in, the WORKSPACE of the Job in this pipeline is independent and does not conflict with the WORKSPACE of the parent pipeline.

General Options for Jobs

Flow control options

exclusive group

Next you may need

Last updated