marcells / node-build-monitor

A Build Monitor written in Node.js, which supports several build services and can be easily extended.
https://marcells.github.io/node-build-monitor
MIT License
349 stars 168 forks source link

Teamcity #9

Open patolo opened 9 years ago

patolo commented 9 years ago

Is there a way of displaying the names of the branches using the service TeamCity.js? I'm using git flow and would like to display feature branches.

marcells commented 9 years ago

I've no experiences with git flow. Do you know how to query the needed information with the TeamCity REST API?

patolo commented 9 years ago

Hi @marcells, I can't really find a nice way using the TeamCity API for this purpose. Hoping you have a good idea ;)

marcells commented 9 years ago

;-) I neither have (a lot of) experience with TeamCity, nor with gitflow. I don't find any time this weekend, but I will take a look at it next week.

patolo commented 9 years ago

I don't think we could use TeamCity like this without integration against CVS, Github.