Pipeline Config
This section allows you to customize your CI/CD pipeline to meet your specific needs.
Key Features:
- Environment Definition: Define and manage different environments for your application (e.g., development, testing, production).
- Customizable Pipeline: Build a unique CI/CD pipeline by adding a sequence of steps (Jenkins Jobs, Deployments, Approvals, Custom Steps) by simply clicking on the ‘+’ icon in the desired position of the graph.
- Step Types: Choose from various step types, including:
- Jenkins Jobs: Integrate with existing Jenkins jobs.
- Deployments: Automate deployments to target environments.
- Approvals: Incorporate manual approval gates for critical stages.
- Custom Steps: Define and execute custom actions within your pipeline.
- Workflow Visualization: Visualize your pipeline workflow with a clear representation of steps and their dependencies.
- Step Progression Control:
- Manual Approvals: Require explicit approval for specific steps (indicated by a blue line).
- Automatic Progression: Enable automatic progression to the next step upon successful completion of the previous step (indicated by a green line).
Next Page
Resources Config