The CI settings in 01Cloud provide a range of configurable options to automate build triggers, manage branch switching, and integrate real-time notifications, ensuring a streamlined and informed CI/CD pipeline.
01Cloud’s CI settings enable automatic builds triggered by code changes, branch switching, and real-time notifications via Email, Slack, and Webhook Integration, ensuring a streamlined and informed CI/CD pipeline.
1. Automatic Build Triggers:
-
Purpose: Automatic build triggers enable the initiation of CI pipelines whenever there are code changes, ensuring that builds are automatically triggered without manual intervention.
-
Configuration:
- Pushes on Desired Branches: Specify the branches on which automatic builds should be triggered. This ensures that code changes pushed to designated branches automatically kick off CI pipelines.
- Tag Releases: Optionally, enable automatic builds triggered by tag releases. This allows for CI pipelines to be initiated when new versions or releases are tagged in the repository.
2. Change Branch:
-
Purpose: The ability to switch between branches within the CI settings facilitates adapting CI pipelines to different development branches, ensuring that the appropriate CI configurations are applied based on the branch being worked on.
-
Functionality:
- Branch Switching: Easily switch between branches directly from within the CI settings interface. This allows users to quickly navigate between different branches and configure CI pipelines accordingly.