How to integration CI, CD pipeline on nulab

Hi guys,

I’m going on to plan to build a CI, CD pipeline so deploy the product to EC2 AWS. Do you know can we work with Nulab? Is it possible?

Thank you!

Hi, if you meant Nulab services, it is possible to implement CI/CD by using Backlog’s Git and Webhook functions.
Ref: Backlog API Overview | Backlog Developer API | Nulab
https://support.nulab.com/hc/en-us/articles/8840133998489

Hi @jenny-i7E ,

Could you explain in more detail? As I know, Webhook can be integrated with third-party applications, which means we can run collect batch commands from Webhook which batch to execute the deployment, is that right?

AnPV,
Thanks!

You may use Git webhook.

Or use a project webhook. The project’s webhook has “Git Pushed”.

In both methods, it’s to use a webhook as a trigger to run CI/CD.

Thank you.

1 Like

Nulab does not has any pipline service so we should use a webhook as a trigger to third-party pipeline, right? such as: Jenkin.
Thank you @jenny-i7E !

Yes, you are right.
To use Jenkins, you would need to utilise the Webhook feature and make settings manually.

1 Like