TeamCity integration
Learn how to integrate TeamCity with ilert to automatically send build and deployment alerts, enabling real-time incident notifications and faster response times.
Last updated
Was this helpful?
Learn how to integrate TeamCity with ilert to automatically send build and deployment alerts, enabling real-time incident notifications and faster response times.
Last updated
Was this helpful?
is a powerful continuous integration and delivery (CI/CD) server developed by JetBrains, used to build, test, and deploy code automatically. The ilert integration for TeamCity enables you to automatically send build and deployment alerts to ilert
Go to Alert sources -> Alert sources and click Create new alert source.
Search for TeamCity in the search field, click the TeamCity tile, and then Next.
Give your alert source a name, optionally assign teams, and click Next.
Select an escalation policy by creating a new one or assigning an existing one.
Select your preference and click Continue setup. You may click Do not group alerts for now and change it later.
The next page shows additional settings, such as customer alert templates or notification priority. Click Finish setup for now.
On the final page, an API key and/or webhook URL will be generated. You will need it later.
On the side bar, navigate to Admin -> Projects -> <Root project>.
Now click on Parameters -> Add new parameter.
Add following parameter:
Name: teamcity.internal.webhooks.enable
Value: true
Add another parameter:
Name: teamcity.internal.webhooks.url
Value: enter the in ilert previous generated alert source url
Add another parameter:
Name: teamcity.internal.webhooks.events
Value: BUILD_STARTED; BUILD_FINISHED; BUILD_INTERRUPTED
Click on Save to finish the setup.
Will alerts in ilert be resolved automatically?
No, unfortunately TeamCity is not compatible with ilert's resolve event.