The pipeline configuration includes several key components designed to enhance functionality, manage dependencies, and streamline processes. Each component plays a crucial role in ensuring the smooth execution of the pipeline.
The pipeline configuration leverages modularization by including various configuration files from a centralized location. These files contribute to different aspects of the pipeline:
[SJI-1010]
- Show Dependencies
- Provides transparency into project dependencies.
- Configuration file: .show-dependencies.yml
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;