cicd-integrations
2025.10
true
- UiPath CLI release notes
- Azure DevOps extension release notes
- Jenkins plugin release notes
CI/CD integrations release notes
Release date: March 30, 2026
What's new
Add process description parameters
Added two new parameters to the package deploy command for controlling the process description:
--processDescription <value>- Sets the process description to the specified value. Takes highest priority over any other description source.--use-package-description- Uses the package description as the process description. On create, this is the default behavior. On update, this overrides the existing process description with the package description.
Other improvements
- Add argument default value in generated schema.
- Improved Test Manager polling mechanism and pagination for API calls.
Bug fixes
- Fix missing info in Analyzer result file.
- Fix authenticated cloud feed support for solution restore and analyze commands.
- Removed
NuGet.configfrom WorkflowCompiler tool. - Fix detection of classes in WorkflowRunnerService.
- Fix
UiPath.Activities.Contractsnamespace causing pack and analyze to fail. - Fix compile failure for Coded Workflows with various input arguments.