Migration from Gitlab CICD to jenkins

Hi All, We are currently using Gitlab CICD pipeline but it is not automatically triggered whenever the developer push somevcode changes. So we want to migrate to Jenkins to automatically trigger the pipeline. Is there any document or guide to migrate from gitlab CICD to Jenkins pipeline?

Waiting for your kind response.
Thanks

hi, Gitlab CI/CD should work but if you want to migrate to Jenkins, this should work also without problems via webhooks. take a look on the Jenkins Gitlab Plugin: GitHub - jenkinsci/gitlab-plugin: A Jenkins plugin for interfacing with GitLab. HTH.

Thanks @ukuko for your response. Can you explain more about how to trigger a pipeline automatically in Gitlab CI/CD if any code changes are detected as we do in Jenkins through webhook? If there is any free solution then we don’t need to move to jenkins for now. thanks again

Here it is.
Since you make some changes on GitLab, it triggers.
You may configure this setting on Jenkins job configuration.

Note : Don’t use automatically trigger for PROD.

I replied this as a knowledge base :slight_smile: