Created
March 31, 2020 21:44
-
-
Save azuredevopstips/68db924b6b295ed42f516f8e0fa432f0 to your computer and use it in GitHub Desktop.
Example PlantUML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
title: Example Azure DevOps | |
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/master/dist | |
!includeurl AzurePuml/AzureCommon.puml | |
!includeurl AzurePuml/DevOps/AzureArtifacts.puml | |
!includeurl AzurePuml/DevOps/AzureDevOps.puml | |
!includeurl AzurePuml/DevOps/AzurePipelines.puml | |
!includeurl AzurePuml/DevOps/AzureRepos.puml | |
AzureDevOps(azureDevOps,"Azure DevOps","https://dev.azure.com/azure-devops-tips") | |
AzureRepos(git,"Azure Git Repo","") | |
AzurePipelines(pipeline,"Azure Pipeline","") | |
AzureArtifacts(artifact,"Artifacts","") | |
azureDevOps->git | |
git->pipeline : Build | |
pipeline-->artifact : Push | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment