简体   繁体   中英

Copy Builds from one pipeline to other pipeline in azure DevOps

We have two Team projects. Project A and Project B. We have a situation where we need to copy pipelines and its builds from one project to other project.so we will be able to export and import the pipeline but unable to copy individual builds.

is it really possible to copy/migrate all individual builds from old pipeline to new pipeline?

if yes, what could be the process?

We can follow the below steps to clone the pipeline by customizing it according to our requirements:

  1. Edit the pipeline.
  2. Copy the YAML format and can be used for new pipeline.
  3. Customize the new pipeline accordingly.

Refer to this MS Doc to understand about customizing a pipeline. And doc for clone pipeline

I am afraid that you could not copy the pipelines with all individual builds.

Azure DevOps now only supports to copy pipelines from one project to another, you can follow the steps in this doc: Clone or import a pipeline

I can fully understand your requirement. I suggest that you can create a suggestion ticket in the this site .

Thanks for your understanding.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM