UiPath Azure Devops Integration

We follow the step mentioned by Patrick Schwarz, but the problem persist. Also we try another configuration: our Service Connection for UiPath was configured with token authentication as follow:
image

Also we try with basic configuration as the first image on our previus post.
If we see the execution details, we got this:
image

The log of the Uipath Deply task:

##[section]Starting: UiPath Deploy

Task : UiPath Deploy
Description : Deploys a UiPath NuGet package onto UiPath Orchestrator.
Version : 2.3.1504174
Author : UiPath
Help :

Found tool in cache: uipcli 1.0.7751-16250 x64
(node:14224) ExperimentalWarning: The fs.promises API is experimental
[command]C:\AgenteAB_work_tool\uipcli\1.0.7751-16250\x64\uipcli.exe run C:\AgenteAB_work_tasks\UiPathDeploy_72167370-9f1d-47d5-be00-6f2554c20001\2.3.1504174\DeployOptions.json
Failed to run the command. Could not connect to Orchestrator: UiPath*** , Tenant: ***, Username: ***, Password: , OrganizationUnit: UiPath, UseWindowsCredentials: False.
Please make sure that the provided URL (UiPath
) is correct, available from your build agent, and not blocked by a firewall.
If the Orchestrator is using a self-signed SSL certificate, make sure that the build agent trusts it. Ensure that all the steps at Self-signed certificates were correctly followed when creating the certificate.
Stack trace:
at UiPath.CommandLine.Clients.OrchestratorClientFactory.<>c__DisplayClass4_0.<g__HandleBuild|6>d.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at UiPath.CommandLine.Clients.OrchestratorClientFactory.d__4.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at UiPath.CommandLine.Services.Impl.DeployService.d__3.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at UiPath.CommandLine.Services.Impl.OptionsParser.d__6.MoveNext()
Microsoft.Rest.HttpOperationException: Operation returned an invalid status code ‘BadRequest’
at UiPath.Web.Client18_4.Account.d__5.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at UiPath.Orchestrator.Client.OrchestratorClientFactory.d__5.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at UiPath.CommandLine.Clients.OrchestratorClientFactory.<>c__DisplayClass4_0.<g__HandleBuild|6>d.MoveNext()
##[error]Error deploying package: Error: The process ‘C:\AgenteAB_work_tool\uipcli\1.0.7751-16250\x64\uipcli.exe’ failed with exit code 1.
##[section]Finishing: UiPath Deploy

1 Like