cicd-integrations
2024.10
false
- Notas de versão do UiPath CLI
- v24.10.5.3
- V24.10.4.1
- V24.10.3.2
- V24.10.2.5
- v25.4.9239.19674
- Versões mais antigas
- Notas de versão da extensão do Azure DevOps
- Notas de versão do plug-in do Jenkins
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo.
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Notas de versão de integrações de CI/CD
Última atualização 28 de abr de 2026
v24.10.5.3
Release date: April 24, 2026
- Support for classic governance files in the
analyzecommand - New
--validateparameter for XAML validation - Improved reliability for Orchestrator and Test Manager connections
Novidades
Classic governance file support
The analyze command now accepts governance files exported directly from Studio (classic format), in addition to the existing AutomationOps format. The CLI auto-detects the file format, so no additional flags are needed.
XAML validation with --validate
A new --validate flag enables opt-in XAML structural validation during analysis (for example, missing required activity arguments). Validation is off by default.
When enabled, validation errors cause a non-zero exit code. The following table shows the exit code behavior based on flag combinations:
| Bandeiras | Exit code 0 (success) | Non-zero exit code (failure) |
|---|---|---|
| No flags | Sempre | Nunca |
--stopOnRuleViolation | No rule violations | Rule violations detected |
--validate | No validation errors | Validation errors detected |
--validate --stopOnRuleViolation | No rule violations and no validation errors | Rule violations or validation errors detected |
Improved connection reliability
HTTP calls to Orchestrator and Test Manager now automatically retry on transient failures, reducing intermittent errors in CI/CD pipelines.