Skip to content
Snippets Groups Projects
Commit 42530d2c authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

Add notification.json file for teams notification on the release

parent 4b0c38e7
No related branches found
No related tags found
No related merge requests found
{
"@context": "https://schema.org/extensions",
"@type": "MessageCard",
"themeColor": "0072C6",
"title": "DevOps Team: Results of the software build/deploy",
"text": "The results of the jobs for the compilation of the software packages are listed in the 'Job_report.txt' file at the link opened by clicking on the **Job Report** button. The URLs of the software packages are listed in the 'Link_report.txt' file at the link opened by clicking on the **Link Report** button. P.S. We kindly ask developers to check job results so that in case of failure a fix to eventual bugs can be promptly made.",
"potentialAction": [
{
"@type": "OpenUri",
"name": "Job Report",
"targets": [
{ "os": "default", "uri": "https://portal.azure.com/#blade/Microsoft_Azure_Storage/ContainerMenuBlade/overview/storageAccountId/%2Fsubscriptions%2Fe62f6e9e-3fe0-4f8b-a040-c32b0aeff5b9%2FresourceGroups%2FSECO_RD_Cloud_Services%2Fproviders%2FMicrosoft.Storage%2FstorageAccounts%2Fsecostorage/path/secosoftware-public/etag/%220x8D98FAAF7268BD1%22/defaultEncryptionScope/%24account-encryption-key/denyEncryptionScopeOverride//defaultId//publicAccessVal/Container" }
]
},
{
"@type": "OpenUri",
"name": "Link Report",
"targets": [
{ "os": "default", "uri": "https://portal.azure.com/#blade/Microsoft_Azure_Storage/ContainerMenuBlade/overview/storageAccountId/%2Fsubscriptions%2Fe62f6e9e-3fe0-4f8b-a040-c32b0aeff5b9%2FresourceGroups%2FSECO_RD_Cloud_Services%2Fproviders%2FMicrosoft.Storage%2FstorageAccounts%2Fsecostorage/path/secosoftware-public/etag/%220x8D98FAAF7268BD1%22/defaultEncryptionScope/%24account-encryption-key/denyEncryptionScopeOverride//defaultId//publicAccessVal/Container" }
]
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment