azure-pipelines

Azure Devops Running Two Builds Sequentially

∥☆過路亽.° 提交于 2020-11-29 10:18:05
问题 We have Azure Devops setup. Right now our Project will Build Twice. Once during Pull Request Checkin in the YAML file, and another due to Build Settings (picture below). This triggers two builds, and causes our build time to double. Our Devops team mentioned this is regular practice. Why doesn't Azure Devops just trigger one build, and or is it safer practice with two builds? 回答1: Why doesn't Azure Devops just trigger one build, and or is it safer practice with two builds? As far as I know,

Migrating existing (entire) Azure DevOps pipeline to YAML based pipelines (in bulk)

爱⌒轻易说出口 提交于 2020-11-27 01:57:19
问题 I would like to move the existing Azure DevOps pipelines to YAML based for obvious advantages. The problem is there are many of these and each one has many jobs. When I click around in Azure DevOps, the "View YAML" link only appears for one job at a time. So that's gonna be a lot of manual work to view YAMLs for each pipeline x jobs and move that to code. But for each pipeline there seems to be a way to "export" the entire pipeline in json. I was wondering if there is a similar way to at

Migrating existing (entire) Azure DevOps pipeline to YAML based pipelines (in bulk)

与世无争的帅哥 提交于 2020-11-27 01:55:03
问题 I would like to move the existing Azure DevOps pipelines to YAML based for obvious advantages. The problem is there are many of these and each one has many jobs. When I click around in Azure DevOps, the "View YAML" link only appears for one job at a time. So that's gonna be a lot of manual work to view YAMLs for each pipeline x jobs and move that to code. But for each pipeline there seems to be a way to "export" the entire pipeline in json. I was wondering if there is a similar way to at