Skip to content

Instantly share code, notes, and snippets.

@azuredevopstips
Created March 31, 2020 21:44
Show Gist options
  • Save azuredevopstips/68db924b6b295ed42f516f8e0fa432f0 to your computer and use it in GitHub Desktop.
Save azuredevopstips/68db924b6b295ed42f516f8e0fa432f0 to your computer and use it in GitHub Desktop.
Example PlantUML
@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