How to Create a New Project in CircleCI

How to Create a New Project in CircleCI

Overview

For full instructions on creating and setting up a new project in CircleCI, see the official documentation:


Common issues when setting up a project

If you're running into trouble during project setup, the following articles may help:

Repository not appearing in CircleCI

GitHub App vs. GitHub OAuth — different setup flows

  • CircleCI has two GitHub integration types with different project setup experiences. If your UI looks different from the documentation, check which integration your organization is using.
  • See: GitHub App integration overview

GitLab project setup

Config file not found after setup

  • If your first build fails with a missing config error, ensure a .circleci/config.yml file exists in the root of your repository on the branch you're building.
  • See: Getting started with CircleCI config

Additional Resources

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

Comments

0 comments

Article is closed for comments.