UiPath Documentation
cicd-integrations
2025.10
true
  • UiPath CLI 发行说明
    • 25.10.20
    • 25.10.19
    • 25.10.18
    • 25.10.17
    • 25.10.16
    • 较旧版本
  • Azure DevOps 扩展程序发布说明
  • Jenkins 插件发行说明
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

CI/CD 集成发行说明

25.10.20

Release date: June 4, 2026

错误修复

Deploying to an existing process no longer fails with "the name is already used"

Fixed an issue where deploying a package to update an existing process could fail with the error "the name is already used", even though the process already existed and should simply have been updated to the new package version.

If you ran uipcli package deploy against a process that already existed in Orchestrator, the deployment could be rejected instead of updating the process. With 25.10.20, the CLI reliably finds the existing process and updates it in place — the deployment succeeds and no duplicate process is created — whether you are updating or renaming it.

If you have hit "the name is already used" when redeploying an existing process, upgrade to 25.10.20.

Entry points are chosen by Orchestrator when you don't specify one

When you deploy without --entryPointsPath, the CLI no longer picks an entry point on its own:

  • For a new process, Orchestrator selects the entry point.
  • For an existing process, your current entry point is kept if it still exists in the new package version; otherwise Orchestrator selects one.

If you pass --entryPointsPath (or --processName) explicitly, nothing changes — the entry point you specify is used exactly as before.

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新