Hi,
I want to link the process from GitLab to Orchestrator and execute it from orchestrator.
Is there any way to do it.
Hi,
I want to link the process from GitLab to Orchestrator and execute it from orchestrator.
Is there any way to do it.
You can accomplish this with using the git integration feature in Studio:
Use the Clone Repo feature to get your code from GitLab and then Publish to the connected Orchestrator.
Hope this helps!
How to connect Orchestrator to GitLab
@shruthi_arali There is no direct connection. You may either use the approach I described above or do a CI/CD Pipeline in Gitlab that deploys to Orchestrator for a more automated approach: GitHub - UiPath-Services/UiPath-DevOps-Scripts
Let me know if you’re familiar with CI/CD or if you need more help
Thanks!
Please help me with how to do CI/CD pipeline in GitLab
Great, we can begin with: Tutorial: Create and run your first GitLab CI/CD pipeline | GitLab
Let me know when you’ve completed the quick start and then ask what parts are unclear where you need help.
Thanks!