Overview
The Add Project Wizard guides you through the steps necessary to create a new project. It can be accessed via the "add new project" link on the projects view. Adding a new project is a three stage process, outlined below.
 | Cloning Projects
If you are creating several projects with similar configuration (perhaps branches of the same software project), it may be convenient to create the first project using the wizard and then clone that project to create the rest. A project may be copied using the "clone project" link on the project home page. |
Stage 1: Project Basics
name
A descriptive name for the project. This name should describe the code line to be built.
This field is required.
Examples
description
A brief description of the project.
This field is not required.
url
The URL for the project's home page, if it has one.
This field is not required.
Examples
scm
The type of SCM that hosts the project's source code. For further information, refer to the Project SCM page.
type
The type of project. For information about the available project types, refer to the Projects page.
Step 2: SCM Setup
The second step of the wizard prompts for details of the project's SCM server. The fields are SCM-dependent, refer to the specific page for details:
Step 3: Project Specifics
The final step of the wizard prompts for type-specific details for the project type chosen. For further information, refer to the page for the chosen project type:
Wizard Completion
When the wizard completes, you will be taken to the "configuration" tab for the project. Here you can review the settings you entered. You will also see that a default build specification and SCM monitoring trigger have been added to the project for you. Your project is now ready to build!