You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file .BuildServer/config/webhooks-templates.xml is watched and reloaded whenever a change happens.
However, when TeamCity first starts up, the file is read but none of the templates appear to load into TeamCity until the file is edited.
tcWebHooks should read the file on startup and load the templates correctly.
The text was updated successfully, but these errors were encountered:
#18
For some reason, creating the WebHookTemplateFileChangeHandler (with
new) from within the WebHookTemplateManager was getting another instance
of both classes at various times when loading the template list.
Getting spring to create the WebHookTemplateFileChangeHandler appears to
only create one instance of the class, and hence only one instance of
the template list.
The file .BuildServer/config/webhooks-templates.xml is watched and reloaded whenever a change happens.
However, when TeamCity first starts up, the file is read but none of the templates appear to load into TeamCity until the file is edited.
tcWebHooks should read the file on startup and load the templates correctly.
The text was updated successfully, but these errors were encountered: