Lesson 6: Creating a project
You use projects to configure and run builds. After a build runs, projects provide a wealth of information that you can use to manage the project lifecycle and troubleshoot problems.
- On the left navigational panel, click Projects, and then click Create.
- Select the project template that you created in Lesson 3, Demo Project Template.
-
In the Name
field, type
Demo Project. - Click Save.
Configuring the project build process
A project must be associated with a build process. A project might have any number of build processes associated with it.
Configuring the project source
A project's build source is defined by assigning a source template to a build configuration.

Lesson checkpoint
In this lesson, you created a project and defined a build process and build source.
The project is constructed from the templates you made earlier in the tutorial. All projects are built from templates; when you create a project, you identify the templates and provide property values for them. A project can inherit properties from any of the templates used in the project.