Batch Publish Project Tool

Hi everyone, i’d like to share my new custom activity. Feel free to use it and ask any questions

Please read the user manual in the link for details on how to use

This is a tool that lets you easily publish multiple projects to Orchestrator (Tenant/Personal folder) / Robot / Local folder

You can configure project details using the Excel config file and publish everything with one click

Details you can configure:

  1. Process name
  2. Release notes
  3. Where to publish (can have multiple options - can publish to
  • local folder
  • orchestrator (tenant or personal folder)
  1. Whether or not to publish
  2. Main sequence name e.g. Main.xaml

Example config file:

Also updates a log to record all the processes that have been published using this tool

5 Likes

Hello @jack.chan!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff

this is very useful since i have a project with multiple starting sequences and when i publish them i have to manually set the main sequence each time :smiley:

Thanks. if you have multiple main sequences you can do something like this to quickly publish them

the package has been updated to version 1.0.1 for a small bug fix

Note:
Currently in this version if publishing fails, it wont notify you of the error, if your project isnt published please do the following:

  1. Find the project folder in C:\Mass Publish Tool Config. E.g. if your project is called “ABC” there will be an “ABC” folder here.

  2. Find the latest .bat script
    image

  3. edit the script by adding “cmd /k” at the bottom. this will make it so that the command prompt wont disappear once the script ends

image

  1. run the script

  2. the error message will display in the command prompt

I have submitted a new version with error handling in case the publish script fails, will notify once the uipath marketplace team has published it

New version 1.2 has been published
Features

Notification if error occured for at least one project
image

Status (Success and fail reasons) included in log

Note:

if your main xaml is in a folder
e.g. FolderA\MainA.xaml

please in your config file write it as
FolderA\\MainA.xaml

to avoid JSON parse error