Deploy Confluent artifacts using Jenkins

I would like to deploy Confluent connectors, ksql queries using Jenkins. Is there any plugins to help the integration?

@beyenemekk I can’t answer about Jenkins plugins specifically, but I wanted to give you appropriate links to the Confluent resources around REST APIs which is the mechanism for managing connectors and queries.

For ksqlDB: ksqlDB HTTP API Reference - ksqlDB Documentation
For Connect: Connect REST Interface | Confluent Documentation

Maybe there are some generica Jenkins HTTP plugins or Kafka specific ecosystem ones, but I’m not familiar with the tooling. Good luck!

Thank you! I am aware of the REST endpoints and would like to confirm before I explore the option of creating Custom plugins using the REST APIs.