lakshman
(Ganta lakshman)
May 12, 2022, 12:31pm
2
@ydash999
We can deploy the process in the following ways.
If UiPath studio is connected with Orchestrator then we can deploy the process directly into the Orchestrator.
If studio is not connected with Orchestrator then download the nupkg file from Dev Orchestrator and upload it into Prod Orchestrator under Packages page.
If you are using GitHub and Jenkins then we can deploy the nupkg file into Production.
In this tutorial, I teach you how to setup a basic UiPath CICD pipeline with Jenkins. This pipeline tracks a Github repository for changes and as soon as a new version of code is committed, it pushes a new build and to the UiPath orchestrator in an automated fashion.
Note: This tutorial is intended as a learning concept to get a pipeline up and running to explore CICD further. It is not intended as an approach for deploying code to production.
You can preview this implementation in the followi…
This is part 2 of a two part tutorial where I demonstrate how to setup a basic UiPath CICD pipeline with Jenkins. In this part, I have included tests to the CICD setup. Before you get started with this part, I strongly recommend that you go through part 1 in detail.
This pipeline tracks a Github repository for changes and as soon as a new version of code is committed, it runs tests on it. If the tests are successful, it pushes a new build and to the UiPath orchestrator in an automated fashion.
…
1 Like