Please help in setting up Jenkins job for UiPath, I have the required UiPath plugin installed on my Jenkins. Need help in configuring the job.
I have .nupkg file published, can I run it directly through this plugin?
Please help in setting up Jenkins job for UiPath, I have the required UiPath plugin installed on my Jenkins. Need help in configuring the job.
I have .nupkg file published, can I run it directly through this plugin?
Hi @neha.verma
Yes, you can run UiPath processes directly through the UiPath Jenkins plugin.
Thanks!!
I need help with Execution part of the script, all the UiPath build options relate to UiPath Install, UiPath pack, UiPath assets. I need to run the UiPath Main.xaml from Jenkins.
Hi @neha.verma
C:\Program Files (x86)\UiPath\Studio
on Windows.UiRobot.exe
command-line tool to execute the Main.xaml file. The command typically looks like this:UiRobot.exe execute --file “path/to/Main.xaml”
Replace “path/to/Main.xaml” with the actual file path of your Main.xaml file.
Thanks!!
Hi Nitya, thanks. Let me try this.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.