Code52 / jibbr

A Jabbr bot designed for collaborative projects
code52.org
67 stars 27 forks source link

New implementantion of TeamCity Announcer #74

Closed rodrigovidal closed 12 years ago

rodrigovidal commented 12 years ago

Hey guys, I´m not a TeamCity specialist and a I have a doubt about BuildConfigs. I have to get the last Build of a specific BuildConfig, so when I should notify in your opinion? Can someone take a look at this and talk to me?

shiftkey commented 12 years ago

There's an ISettingsService interface in the Jabbot library which you can use to story key-value pairs - would that help with persisting the "last build time" so that you know when a new build has been triggered.

That's what we're doing with other libraries like that - tracking the last known GitHub commit SHA for example so that you know when new commits arrive.

Oh, and you can store collections against a key in the ISettingsService - that might make life easier also.

andrewtobin commented 12 years ago

Might be me, but I just tried it and TeamCitySharp wasn't part of the solution and didn't download, and TeamCitySharpEx doesn't seem to be on the PR at all?