DevOps in action in the ABC Insurance UiPath CoE
This section will cover the automated deployment process and the corresponding Jenkins pipeline to automate the entire process in the ABC Insurance UiPath CoE. Let’s discuss the details in the following section.
Automated deployment process in the ABC Insurance UiPath COE
The automated deployment process will be triggered once the UiPath developers complete the code review and merge the code to the development branch. Once the right scripts and resources are in place, the UiPath administrator will merge the code, which will be the trigger for the Jenkins process. The Jenkins pipeline will build, deploy, and run tests in the test environment. Then, once the test results are validated, the script is merged into the UAT branch. This is the second deployment kick-off and the package is promoted to UAT. The UAT test is performed in this environment, and once it is validated, the package is deployed to the production environment...