Book Image

UiPath Administration and Support Guide

By : Arun Kumar Asokan
Book Image

UiPath Administration and Support Guide

By: Arun Kumar Asokan

Overview of this book

UiPath administration, support, maintenance, monitoring, and deployment activities are mandatory and more challenging than developing bots. This is a major issue for many firms that are looking to scale their RPA programs. This book will help in training new UiPath users/resources involved in administration and support tasks to address existing skill gaps in RPA market. The book starts with an introduction to the UiPath Platform. You'll learn how to set up UiPath Platform administration, support, monitoring, reporting, deployment, and maintenance. After that, you’ll cover advanced topics, such as, using the orchestrator API for support operations, security, and risk management. In addition to this, best practices for each of the topics will be covered. By the end of this book, you will have the knowledge you need to work on the support and monitoring of UiPath programs of any size.
Table of Contents (15 chapters)
1
Part 1: UiPath Platform and Support Setup
5
Part 2: UiPath Administration, Support, DevOps, and Monitoring in Action
10
Part 3: UiPath Maintenance and Future Trends

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...