Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TeamCity subprojects? #33

Open
MarkWhybird opened this issue Aug 5, 2014 · 3 comments
Open

TeamCity subprojects? #33

MarkWhybird opened this issue Aug 5, 2014 · 3 comments

Comments

@MarkWhybird
Copy link

Teamcity 8.0 introduces the concept of Subprojects:
http://confluence.jetbrains.com/display/TCD8/What's+New+in+TeamCity+8.0#What%27sNewinTeamCity8.0-ProjectsHierarchy
Unfortunately, CI-eye doesn't seem to handle them at all. Any ideas?

p.s. we just started using CI-eye a few weeks ago. Our whole team likes it :)

@jamesbor
Copy link

Really wish that there was a way of allowing ci-eye to use TC configurations with subprojects. I am too in the same situation that I have TC 8 and just started using CI-Eye which everyone loves, but, half of our projects are organised in a tree structure, I have tried everything and cannot get it to recurse to the next level!

Please if there is a way of referencing a TC subproject that I am missing - let me know, it would be most appreciated!!

Many thanks,

James

@MarkWhybird
Copy link
Author

@jamesbor - after trawling through the raw REST results Teamcity gives and the ci-eye code (and i dont even speak java), I have the answer.

The magic separator is :: (space-colon-colon-space)

So the line in the views.txt file will look something like this:
TEAMCITY|http://servername:8111|Parent Project Name :: Subproject Name

😃

@MarkWhybird
Copy link
Author

I've added a couple of lines about this to the configuration page on the wiki.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants