Marcell Spies
Marcell Spies
I've also no idea why this happens for some people. In the config above it looks like an issue of `forever`.
I've no experiences with git flow. Do you know how to query the needed information with the [TeamCity REST API](https://confluence.jetbrains.com/display/TCD9/REST+API)?
;-) 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.
Hi, yes, that looks like a good solution. Feel free to make a pull request. Regards Marcell
Hi @bobfang1992, yes, you can implement this Service, if you want to. Just create the service in the `app/services` folder. You can take a look at `Tfs2015.js` for a simple...
That's exactly the way to do it. Just take a look at the implementations in the service folder. What is cctray parsing?
Ah, I see. No, currently cctray isn't supported.
A universal cctray service might be a good idea. If you want you can implement it. Or a specific GoCD service, where we could implement more configuration parameters, if we...
For which service? If the api of the service exposes that information, then it should be possible.
You can take a look at the implementation of the GitLab service (https://github.com/marcells/node-build-monitor/blob/master/app/services/GitLab.js). I think you should take a look at the GitLab API Docs (https://docs.gitlab.com/ee/api/). If you are not...