Karl Gjertsen
Karl Gjertsen

Reputation: 4928

Can you add new Parent Projects to TeamCity

Is it possible to add new parent projects to TeamCity?

When I add a new Project, I am prompted to select the parent project. I only see <Root project> and I can't see any way of adding a new Parent Project.

When I add a project, I get the following:

Parent Project

I assume you can add Parent Project, otherwise, why give the choice.

Upvotes: 0

Views: 695

Answers (2)

CoderDennis
CoderDennis

Reputation: 13837

I'm not sure I understand your question, but I'll try to explain how it works. The project structure is like a tree. There is only one root, but you can nest projects, so once you've created a project you'll be able to select it as the parent for another new project. Consider this structure:

<Root project>
|- Parent Project A
   |- Child Project 1
   |- Child Project 2
|- Parent Project B
   |- Child Project 3

In this case, you would see <Root project>, Parent Project A, and Parent Project B in the drop down for selecting the parent project. If you wanted to add another parent project, then you'd select root. Otherwise, you would select the parent project for which you want to create a new child.

Upvotes: 2

sferencik
sferencik

Reputation: 3249

Do you already have some projects in your TC? If not, first create a project Foo under the Root; then you can create a project Bar under Foo.

Upvotes: 2

Related Questions