Need to integrate GitLab CI with BitBucket Server
Need to setup GitLab in Docker container and connect the GitLab server with the BitBucket server to execute pipeline when there is a change in BitBucket Repo
- I found an option where you need to import the project and enable pull mirroring with webhook setup, but is there any alternative way where we can poll the BitBucket repo to run the GitLab CI pipeline
- I was able to configure GitLab in docker using docker-compose and the server is running and able to import the BitBucket repo from the server, need to integrate the pipeline with BitBucket
Link to doc: Using GitLab CI/CD with a Bitbucket Cloud repository | GitLab
Thanks for taking the time to be thorough in your request, it really helps!