18 lines
935 B
YAML
18 lines
935 B
YAML
product: "M42 Enterprise" # The project or platform this service belongs to
|
|
service_name: "Fleet Management" # Name of the service
|
|
description: "The ESMP Demo extension provides a boilerplate foundation that can be reused when building new extensions" # A brief description of the service
|
|
|
|
owner:
|
|
name: "ESMP" # Owner of the service (could be an individual or team)
|
|
email: "vadim.zinoviev@matrix42.com" # Contact email for the owner
|
|
|
|
pipelines:
|
|
pull_request_pipeline: "N/A" # URL to the pipeline that runs for pull requests
|
|
ci_pipeline: "N/A" # URL to the continuous integration (CI) pipeline
|
|
cd_pipeline: "N/A" # URL to the continuous delivery (CD) pipeline
|
|
|
|
links:
|
|
repository: "https://dev.azure.com/matrix42/DWP/_git/ImagoverumFleetManagement"
|
|
documentation: "https://dev.azure.com/matrix42/DWP/_git/ImagoverumFleetManagement?path=/README.md"
|
|
backlog: "https://dev.azure.com/matrix42/BPM/_backlogs/backlog/Titan"
|