Skip to content

Commit fe27ecb

Browse files
committed
config: added web url for pipeline service
1 parent 15b4ac4 commit fe27ecb

File tree

1 file changed

+5
-0
lines changed
  • modules/azuredevops/pipeline/buildingblock

1 file changed

+5
-0
lines changed

modules/azuredevops/pipeline/buildingblock/outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ output "yaml_path" {
2727
description = "Path to the YAML pipeline definition"
2828
value = var.yaml_path
2929
}
30+
31+
output "pipeline_url" {
32+
description = "Deep link URL to the pipeline in Azure DevOps"
33+
value = "${var.azure_devops_organization_url}/${var.project_id}/_build?definitionId=${azuredevops_build_definition.main.id}"
34+
}

0 commit comments

Comments
 (0)