Creating a Project in CircleCI

Last updated
Tags Cloud Server v3.x Server v2.x

If you have not done so already, sign up with CircleCI and select your Version Control System (VCS). You can also sign up with email.

A CircleCI project must be linked with an existing repo in your VCS. Make sure you have a repo and that you have authorized CircleCI to access it (in GitHub, you have the option to block CircleCI from accessing your private repositories).

Step Two: Create a project in CircleCI

Follow these steps to create a new project in CircleCI:

  1. In CircleCI, click Projects in the sidebar.

  2. Find your project and click the blue Set Up Project button next to it.

    Set up Project

    If you cannot see your project, check you have selected the correct organization in the top left-hand corner of CircleCI.

    Select Organization

Step Three: Specify a config file

Once you have set up your project, you will be prompted to provide a config.yml file.

  1. From the pop-up window, select your preferred option. You can either:

    • Include a config.yml in the .circleci directory of your repo.

    • Commit a starter CI pipeline to a new branch of your repo.

    • Use an editable config.yml template.

      If you choose the starter CI pipeline, a sample config.yml file is created and committed to a circleci-project-setup branch in your repo.

      For guidance on creating a config.yml file, see Configuration Introduction.

  2. Click the blue Set Up Project button.

CircleCI then uses the specified config.yml file to run your pipeline. You can see the output in the CircleCI dashboard.

To make changes to your pipeline, either edit the .circleci/config.yml file in your repo, or click the ellipsis next your project in the Dashboard and choose Configuration File.

Edit Configuration File

This opens the CircleCI Configuration Editor, from where you can edit and commit your config.yml file.



Help make this document better

This guide, as well as the rest of our docs, are open source and available on GitHub. We welcome your contributions.

Need support?

Our support engineers are available to help with service issues, billing, or account related questions, and can help troubleshoot build configurations. Contact our support engineers by opening a ticket.

You can also visit our support site to find support articles, community forums, and training resources.