UiPath Documentation
cicd-integrations
2025.10
true
  • UiPath CLI release notes
    • 25.10.19
    • 25.10.18
    • 25.10.17
    • 25.10.16
    • 25.10.15
    • Older versions
  • Azure DevOps extension release notes
  • Jenkins plugin release notes

CI/CD integrations release notes

25.10.19

Release date: May 28, 2026

Hotfix release.

Bug fixes

Transient test packages not picked up by Orchestrator

Fixed an issue where transient test packages created by uipcli test run were not picked up by Orchestrator in some client environments. With 25.10.19, the CLI publishes these packages using the 1.0.<seconds> version format — the same format used in 25.10.13 and earlier.

In 25.10.14 (April 23, 2026), the CLI started appending a millisecond suffix to transient test package versions — 1.0.<seconds>-<ms> — to avoid collisions when concurrent CI pipelines packed the same project within the same second. The trailing -<ms> made the version a NuGet prerelease, which Orchestrator did not index in some client environments, so the test run failed even though the package itself had been published successfully.

Affected versions: 25.10.14, 25.10.15, 25.10.16, 25.10.17, 25.10.18. Customers on 25.10.13 or earlier were never affected.

Resolution in 25.10.19. The suffix has been removed. Transient test packages produced by uipcli test run are versioned 1.0.<seconds> again. A stable replacement for the collision-avoidance behavior is being evaluated and will land in a future release. The uipcli package pack command is unaffected — only the temporary packages produced internally by test run change.

If you are on any affected version and run concurrent test run jobs against the same project, upgrade to 25.10.19.

  • Bug fixes
  • Transient test packages not picked up by Orchestrator

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated