您能否在 Azure DevOps 中跨组织管理自定义流程模板?
Can you manage custom process templates across Organizations in Azure DevOps?
This 介绍如何使用继承的流程模板自定义流程模板。我想在整个组织中传播我的自定义流程模板。这可能吗?
如果没有,是否有解决方法?
有一个用于流程模板的 REST API。目前,导出模板并将它们导入其他组织是最好的选择。目前没有 "cross org sync" 和 "process template marketplace" 或 "process template extension" 支持。
有一个 Azure Pipelines set of tasks available through this extension 可以帮助您跟踪流程自定义并在组织之间同步它们。
继承的进程是 imported/exported using this Microsoft NPM package。如果您安装了 NodeJS/npm 的最新版本,您可以简单地 运行:
npx process-migrator
开始。
This 介绍如何使用继承的流程模板自定义流程模板。我想在整个组织中传播我的自定义流程模板。这可能吗?
如果没有,是否有解决方法?
有一个用于流程模板的 REST API。目前,导出模板并将它们导入其他组织是最好的选择。目前没有 "cross org sync" 和 "process template marketplace" 或 "process template extension" 支持。
有一个 Azure Pipelines set of tasks available through this extension 可以帮助您跟踪流程自定义并在组织之间同步它们。
继承的进程是 imported/exported using this Microsoft NPM package。如果您安装了 NodeJS/npm 的最新版本,您可以简单地 运行:
npx process-migrator
开始。