How do I configure a pipeline in the UI?

Pipelines

To configure a pipeline in the CircleCI UI, you can follow these steps:

  1. In the CircleCI web app, go to the "Projects" section in the sidebar.
  2. Find your project and click on the ellipsis (...) next to it, then select "Project Settings".
  3. In the Project Settings sidebar, click on "Pipelines".
  4. Click on "Add Pipeline" or edit an existing one by clicking the pencil icon.
  5. Fill in the required fields:
    • Give your pipeline a descriptive name
    • Select the appropriate integration (e.g., GitHub App)
    • Define the config source (repository and path to the config file)
    • Set the checkout source (repository to be checked out during the checkout step)
  6. Click "Save" to create or update the pipeline.

After setting up the pipeline, you'll need to create a trigger to connect it to your project.

Additional Resources

For more detailed instructions, you can refer to the Pipelines and triggers overview in the CircleCI documentation.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.