How to setup CICD pipeline with Jenkins for nextcloud server

Hi, I am new to nextcloud. I want to contribute and setting up development mode on my computer for nextcloud. How can I set up the CICD pipeline for Jenkins?

Reference project: https://github.com/nextcloud/server

We don’t use Jenkins. What are you trying to test?

Hi, Thanks for your kind reply. I am trying to setup CICD with nextcloud. We are a startup company and want to contribute to nextcloud opensource product. So that when we change something in code or fixed bugs, then it will automatically test with test case and automatically deploy to our server.

Thanks & Regards,
Mahbubur Riad

We have an existing CI infrastructure on Drone and Github Actions. If you open a pull request with your changes, those will be tested automatically. You don’t need to set this up yourself :slight_smile: