Pipelines
To configure a pipeline in the CircleCI UI, you can follow these steps:
-
In the CircleCI web app, go to the "Projects" section in the sidebar.
-
Find your project and click on the ellipsis (...) next to it, then select "Project Settings".
-
In the Project Settings sidebar, click on "Pipelines".
-
Click on "Add Pipeline" or edit an existing one by clicking the pencil icon.
-
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)
-
-
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.
Comments
Article is closed for comments.