cicd-integrations
2024.10
false
- Información general
- CLI de Uipath
- Acerca de la CLI de UiPath
- Descarga de la CLI de UiPath
- Matriz de compatibilidad
- Ejecutar la CLI de UiPath
- Gestionar fuentes NuGet
- Acerca de las tareas de la CLI de UiPath
- Empaquetar proyectos en un paquete
- Analizar un proyecto
- Implementar un paquete en Orchestrator
- Ejecutar un trabajo dentro de Orchestrator
- Probar un paquete o ejecutar un conjunto de pruebas
- Probar un paquete o ejecutar un conjunto de pruebas en Test Manager
- Probar varios paquetes
- Parámetros de entrada Formato JSON
- Implementar activos en Orchestrator
- Eliminar activos de Orchestrator
- Ejecutar tareas utilizando la configuración JSON
- Restaurar dependencias de automatización
- Solución de problemas de la CLI de UiPath
- Extensión de Azure DevOps
- Acerca de la extensión de Azure DevOps
- Configurar la conexión del servicio Azure DevOps
- Solución de problemas de la extensión de Azure DevOps
- Complemento de Jenkins
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática.
La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
Guía del usuario de integraciones de CI/CD
Última actualización 7 de may. de 2026
Si tienes problemas al utilizar la extensión de Azure DevOps, considera los siguientes escenarios de solución de problemas.
Problema relacionado con los ámbitos de Orchestrator
Descripción:
Puedes encontrar problemas al ejecutar tareas o procesos desde Azure DevOps, normalmente debido a ámbitos incorrectos establecidos para Orchestrator en el comando.
Cuando se produce este problema, puedes encontrarte con mensajes de error como:
-
Failed to run the command. Could not connect to Cloud Orchestrator: https://cloud.uipath.com/, Account Name for App: ***, Application Id: ***, Application Scope(s): ***, Tenant: ***, Organization Unit: Shared. Please make sure that the provided URL (https://cloud.uipath.com/) is correct, available from your build agent, and not blocked by a firewall."Failed to run the command. Could not connect to Cloud Orchestrator: https://cloud.uipath.com/, Account Name for App: ***, Application Id: ***, Application Scope(s): ***, Tenant: ***, Organization Unit: Shared. Please make sure that the provided URL (https://cloud.uipath.com/) is correct, available from your build agent, and not blocked by a firewall."Failed to run the command. Could not connect to Cloud Orchestrator: https://cloud.uipath.com/, Account Name for App: ***, Application Id: ***, Application Scope(s): ***, Tenant: ***, Organization Unit: Shared. Please make sure that the provided URL (https://cloud.uipath.com/) is correct, available from your build agent, and not blocked by a firewall."Failed to run the command. Could not connect to Cloud Orchestrator: https://cloud.uipath.com/, Account Name for App: ***, Application Id: ***, Application Scope(s): ***, Tenant: ***, Organization Unit: Shared. Please make sure that the provided URL (https://cloud.uipath.com/) is correct, available from your build agent, and not blocked by a firewall." -
uipcli Error: 0: UiPath.CommandLine.Core.IdentityHandlers.Exceptions.AccessTokenFetchException: Could not fetch access token.uipcli Error: 0: UiPath.CommandLine.Core.IdentityHandlers.Exceptions.AccessTokenFetchException: Could not fetch access token.uipcli Error: 0: UiPath.CommandLine.Core.IdentityHandlers.Exceptions.AccessTokenFetchException: Could not fetch access token.uipcli Error: 0: UiPath.CommandLine.Core.IdentityHandlers.Exceptions.AccessTokenFetchException: Could not fetch access token. -
{'message':'You are not authorized!','errorCode':0,'result':null,'targetUrl':null,'success':false,'error':{'code':0,'message':'You are not authorized!','details':'You are not allowed to perform this operation.','validationErrors':null},'unAuthorizedRequest':true,'__abp':true} at UiPath.Orchestrator.Client.Util.ExceptionsHandler.RunWithFriendlyExceptionMessages[T](Func`1 func){'message':'You are not authorized!','errorCode':0,'result':null,'targetUrl':null,'success':false,'error':{'code':0,'message':'You are not authorized!','details':'You are not allowed to perform this operation.','validationErrors':null},'unAuthorizedRequest':true,'__abp':true} at UiPath.Orchestrator.Client.Util.ExceptionsHandler.RunWithFriendlyExceptionMessages[T](Func`1 func){'message':'You are not authorized!','errorCode':0,'result':null,'targetUrl':null,'success':false,'error':{'code':0,'message':'You are not authorized!','details':'You are not allowed to perform this operation.','validationErrors':null},'unAuthorizedRequest':true,'__abp':true} at UiPath.Orchestrator.Client.Util.ExceptionsHandler.RunWithFriendlyExceptionMessages[T](Func`1 func){'message':'You are not authorized!','errorCode':0,'result':null,'targetUrl':null,'success':false,'error':{'code':0,'message':'You are not authorized!','details':'You are not allowed to perform this operation.','validationErrors':null},'unAuthorizedRequest':true,'__abp':true} at UiPath.Orchestrator.Client.Util.ExceptionsHandler.RunWithFriendlyExceptionMessages[T](Func`1 func) -
Could not connect to Cloud Orchestrator: https://automationsuite.lux.eib.org/, Account Name for App: , Application Id: , Application Scope(s): , Tenant: , Organization Unit: . Please make sure that the provided URL (https://..***.org/) is correct, available from your build agent, and not blocked by a firewallCould not connect to Cloud Orchestrator: https://automationsuite.lux.eib.org/, Account Name for App: , Application Id: , Application Scope(s): , Tenant: , Organization Unit: . Please make sure that the provided URL (https://..***.org/) is correct, available from your build agent, and not blocked by a firewallCould not connect to Cloud Orchestrator: https://automationsuite.lux.eib.org/, Account Name for App: , Application Id: , Application Scope(s): , Tenant: , Organization Unit: . Please make sure that the provided URL (https://..***.org/) is correct, available from your build agent, and not blocked by a firewallCould not connect to Cloud Orchestrator: https://automationsuite.lux.eib.org/, Account Name for App: , Application Id: , Application Scope(s): , Tenant: , Organization Unit: . Please make sure that the provided URL (https://..***.org/) is correct, available from your build agent, and not blocked by a firewall
Remedy:
Debes asegurarte de tener los ámbitos correctos establecidos para Orchestrator en el comando.
Para obtener más información, consulta Ámbitos de aplicación de acceso a la API.