whether the server side of drone supports not specifying any PROVIDER?

Ask whether the server side of drone supports not specifying any PROVIDER. I think the document must specify a Source Control Management provider. It’s a little different from Jenkins.

I hope SCM is just a place to store source code. I manually create projects on the CICD platform, manually associate source code repositories on SCM, and then manually submit and publish them. The CICD platform performs a series of code pulling, packaging, image building, publishing, and other works.

I wonder if DRONE can meet such a scenario?

1 Like

@flylan welcome to the Harness community :tada:

This matches your ask: Drone CI & Harness CD - Setting up a CI/CD pipeline - YouTube you can try it and let me know if there is any issues/errors executing it.

Thanks!