On UiPath Studio, there are buttons to publish (Publish button) and to commit and push (Add to Source Control button). My problem is that I would like to find a way to publish on Orchestrator and push the same code on Gitlab (same code and same version). The order does not matter, I am searching for a solution to do both IN THE SAME TIME. Since the buttons for each action already exist, does anybody know how to modify the code for one of the two processes and make one button performing both publishing and pushing in the same time? Maybe by modifying or creating rules on Workflow Analyzer. How to do so?
Customization isn’t possible from UiPath Studio at least as it’s their own propriety tool and not an open source.
To achieve the steps you explained you can utilize CI/CD pipelines. So it will work like, once you push your code to GitLab, it will then run the pipeline and publish it to orchestrator. Follow this thread for more information:
Thank you for answering and welcoming me, Ashok!
I will look at this forum and come back to you if I have any issue.
Concerning the CI/CD pipeline, does it use Jenkins? Because I have already tried to install the software but I could not get a matching version of Java to run Jenkins.
If it does not use Jenkins, does it use any integrated feature of Gitlab?