Sunday, February 9, 2020

Developing Azure pipeline jobs (Classic UI and Yaml Pipeline) and marketplace

two types of UIs for creating pipelines.

Classic UI


YAML Pipelines




dev.azure.com -- devops pipeline portal

In azure devops portal, pipelines option will be visible only if the mulistage pipelines enabled in the organization.If not, we will see builds instead of pipelines.



Here, you have both yaml based and also Classic UI pipelines

Hosted pools are hosted by microsoft.
private pools created by us

Extending Azure Pipelines Functionality
-Azure devops is extensible via the Visual studio marketplace
-Allows for integration with extenral and pre-existing platforms
-Enables Azure devops to be part of an interated CI/CD frameworks

https://marketplace.visualstudio.com/azuredevops


No comments:

Post a Comment