Skip to main content

Hello, 

I am interested in knowing does GitLab Changes Integration support  Deployment events, it does work with Merge request event out of the box, will it work with the Deployment events as well ?

Thank you

Hi ​@bgvgry,

The PagerDuty GitLab Changes Integration natively supports merge request events, but it does not currently support deployment events out of the box. However, I think it’s possible for you to send deployment events (or any other custom events) to PagerDuty using the Events API v2 for Change Events, by configuring your Gitlab CI/CD pipeline to POST a change event to PagerDuty whenever a deployment occurs.

Please let me know if this approach works! Have a nice day!


Hi ​@lupimiguel 

Thanks for the answer, that is exactly what I ended up doing, and that is exactly what I needed.


Reply