Integrate GITLAB API with PEGA deployment manager so that Pega Deployment manager can trigger a GitLab pipeline

Team,

We are working on a use case where we want Pega Deployment Manager to trigger GitLab pipeline to run some sql scripts in AZURE Postgresql database.

Is there any way that we can do it through an open API…

regards
Kalyan

Hi,

you can trigger CI/CD pipelines through the API. The CI/CD pipeline itself needs a transport to communicate with the PostgreSQL database, that’s some scripting and tooling you’ll need to add yourself.

Cheers,
Michael

Hello Michael,

Thanks for the reply.
But is there any way that could be achieved…I want to know how that can be done.