Skip to main content
Solved

GitLab Changes Integration - Deployment events

  • March 26, 2025
  • 2 replies
  • 47 views

Forum|alt.badge.img

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

Best answer by lupimiguel

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!

2 replies

lupimiguel
Forum|alt.badge.img
  • Community Manager
  • 100 replies
  • Answer
  • May 12, 2025

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!


Forum|alt.badge.img
  • Author
  • New Member
  • 1 reply
  • May 13, 2025

Hi ​@lupimiguel 

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