Hello,
What is the recommended way of implementing a CI/CD devops pipeline in UiPath when you’re not an Azure/Microsoft company?
For context, we’re more of an AWS company, but we’re hoping not to have to install and manage the VMs and Orchestrator on AWS. Rather, it’s likely that my company will be opting for cloud robots - VM.
Ideally our CI/CD would be highly integrated into the UiPath ecosystem and independent of other platforms. I’ve looked into Automation Ops, but I can’t tell if this is a full CI/CD platform that can move our bots from one environment to the other, with QA in between.
Alternatively, I’m seeing this post from 2020 recommending a Jenkins plugin. I suppose that could work but I’m wondering if for example the UiPath Cloud already offers a built-in devops system or integrations with platforms that are not Azure DevOps.
EDIT: I’m also seeing the use of GitHub Actions. This seems like the best choice so far.
Thanks