Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Rule name

Too Many Stages

Parallel Job

Yes

Server Job

Yes

Job Sequence

No

Description

Identifies whether a Job has too many Stages

Description

A job that contains too many stages becomes hard to maintain. Not only is it difficult to follow the logic but even physically moving around it and finding specific logic is hard.

This rule detects when a job or local container exceeds a globally configurable stage limit. The default "stageLimit" parameter is set to 25 but can be easily adjusted as required.

Actions

Split your Job into multiple Jobs, or remove unnecessary Stages.

  • No labels