In Azure Devops, how do you select yaml pipelines when pulling from Bitbucket

丶灬走出姿态 提交于 2019-12-02 12:07:55

问题


When pulling code from an Azure Devops repo you get the option to configure the build pipeline based off a yaml file:


However when using bitbucket as the repo, this same option isn't available. Is it possible to use YAML 'configuration as code' with BitBucket repos?


回答1:


You dont, unfortunately. its only supported for github and azure devops repositories (at the time of writing).

https://visualstudio.uservoice.com/forums/330519-visual-studio-team-services/suggestions/33037504-yaml-bitbucket-task



来源:https://stackoverflow.com/questions/54344706/in-azure-devops-how-do-you-select-yaml-pipelines-when-pulling-from-bitbucket

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!