Skip to main content

Create Projects

A project is a logical unit that includes your build configurations and deployment settings. Projects are the foundation for automating workflows and managing integrations throughout the development lifecycle.

Create a Project

  1. Navigate to Projects projects-icon to access the project management interface.

    projects-folder

  2. Click Add New Project.

    add-new-project-button

  3. Enter the New Project Name and an optional Description.

    create-new-project-form-filled

  4. Click Create to add the project.

    create-project-button

Create a Subproject

You can add a subproject to an existing project to better organize related builds, services, or modules.

  1. Locate and select the existing project where you want to add a subproject.

    sub-project-parent-project

  2. Click Add New Project.

    documentation-project-add-project-button

  3. Enter the New Project Name and an optional Description.

    sub-project-form-filled

  4. Click Create to add the subproject under the selected parent.

    documentation-project-create-project-button

tip

Subprojects can have their own subprojects and build configurations, allowing you to manage them independently within a larger project. For complex systems, you can also nest subprojects at multiple levels to organize components based on hierarchy or dependencies.