jonnyzzz / TeamCity.GitHub

Integration of TeamCity and GitHub
216 stars 63 forks source link

Adding Custom Links To Success Post #100

Open tomspilman opened 8 years ago

tomspilman commented 8 years ago

Is there some way to include custom text and links to some build specific artifacts within the post on a successful build?

In our case our build generates HTML based docs which are browsable from the TeamCity artifacts, but are very tricky for people to find as it is buried behind lots of clicks. We want to present the link to that prominently on the success post on GitHub PR.

jonnyzzz commented 8 years ago

This looks like we need some options to specify custom message template. Please feel free to comeup with pull request

Best regards, Eugene Petrenko

On Tue, Jan 5, 2016 at 9:03 PM, Tom Spilman notifications@github.com wrote:

Is there some way to include custom text and links to some build specific artifacts within the post on a successful build?

In our case our build generates HTML based docs which are browsable from the TeamCity artifacts, but are very tricky for people to find as it is buried behind lots of clicks. We want to present the link to that prominently on the success post on GitHub PR.

— Reply to this email directly or view it on GitHub https://github.com/jonnyzzz/TeamCity.GitHub/issues/100.

tomspilman commented 8 years ago

Thanks @jonnyzzz . I'm for sure not versed in extending the plugin myself. If I can find the time in the coming months i'll see if I can contribute.