"Can we implement ci/cd for jenkins without installing UiPath jenkins plugin in jenkins server. Is there any alternative way?
Hi @srikallu
UiPath Orchestrator supports webhooks, allowing you to set up event triggers. You can configure your Orchestrator to send a webhook notification when a process is published or when a job is completed. Jenkins can then be configured to listen for these webhooks and trigger the appropriate jobs.
Regards