Manage Pipeline

One CI/CD provides a user-friendly interface to perform various tasks related to pipeline management, including setting up jobs, defining environment configurations, managing dependencies, and configuring deployment settings. It also allows users to configure and manage the Continuous Integration and Continuous Deployment (CI/CD) pipeline for their projects in OneTab.

Usage:

  1. Edit Pipeline: Users can modify the configuration of the pipeline, including adjusting job settings, environment variables,and deployment options.
  2. Unlink Pipeline: Users can unlink the pipeline from the project, removing the association between the pipeline and the project. This can be useful when migrating or reorganizing projects.
  3. Delete Pipeline: Users can delete the pipeline permanently. This action removes all pipeline configurations and
    associated data.
  4. Pause Pipeline: Users can temporarily pause the execution of the pipeline. This can be useful for troubleshooting or making temporary adjustments without affecting the pipeline’s configuration.
  5. Rebuild Pipeline: Users can trigger a manual rebuild of the pipeline. This action initiates the pipeline’s execution from the beginning, including all defined jobs and stages.