2

I'm using TeamCity Professional 9.0.2 (build 32195).

I installed the tcWebHooks plugin: enter image description here

But I do not see any changes to the admin, and I cannot determine where to add web hooks to my build. I see no additional options in either the Project configuration or the Build configuration. Did I miss a step? From what I'm reading in the documentation, it should be a Project level setting with additions to the Project Home view.

Mike Cole
  • 14,474
  • 28
  • 114
  • 194

2 Answers2

1

It's in a weird spot in TeamCity for some reason. You go under a Build Project, without going into Edit Project Settings.

EDIT: I'd also check the tcWebHooks blog for more info: https://netwolfuk.wordpress.com/category/teamcity/tcplugins/tcwebhooks/

enter image description here

danieljimenez
  • 1,390
  • 4
  • 17
  • 26
1

This appears to have been an issue with the 0.9.27.61 version of tcWebHooks. I installed 0.9.18.165 and everything works as expected.

Mike Cole
  • 14,474
  • 28
  • 114
  • 194
  • This solved it for me as well. I also noticed that the vendor and version strings are missing with 0.9.27.61, but are present with 0.9.18.165. – Kazu Feb 26 '15 at 13:17