Copy AzDO Service Hooks for DevWF to new public AzDO project
See original GitHub issueWith the migration to the new dotnet-public/public
AzDO project, we’re going to need to copy our Service Hooks over.
Ensure the following service hooks are copied:
- Completed build > buildresultanalysis queue - prod environment
- Completed build > buildresultanalysis queue - staging environment
- Completed build > testreporting queue - prod environment
- Run state changed > buildresultanalysis queue - prod environment
- Run state changed > buildresultanalysis queue - staging environment
- Run stage state changed > buildresultanalysis queue - prod environment
- Run stage state changed > buildresultanalysis queue - staging environment
- Build
arcade-ci
> testreporting queue - staging environment - Build
build-result-analysis-test
> testreporting queue - staging environment
After the copy:
- Ensure that the new hooks work with Build Analysis, Test Reporting.
- Update MetricsObserver and Grafana appropriately.
We also may need to create a new PAT for these, since the current PAT is only enabled for a single org.
- Create PAT for
dnceng-public/public
Release Note Category
- Feature changes/additions
- Bug fixes
- Internal Infrastructure Improvements
Release Note Description
Update Build Analysis Grafana dashboard to support monitoring/alerts on service hooks in multiple AzDO instances.
Issue Analytics
- State:
- Created a year ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Webhooks with Azure DevOps
Go to your project Service hooks page: https://{orgName}/{project_name}/_settings/serviceHooks. Screenshot of the most recent version of the ...
Read more >Integrate with service hooks - Azure DevOps
Service hooks let you run tasks on other services when events happen in your project in Azure DevOps. For example, you can create...
Read more >Create a custom consumer for service hooks - Azure DevOps
With service hooks, you can notify third-party systems about events that occur in your project. You can use a custom consumer to send...
Read more >Working with URLs in extensions - Azure DevOps
URLs provided to Azure Pipelines tasks via environment variables (like SYSTEM_TEAMFOUNDATIONCOLLECTIONURI ) · URLs included in service hooks ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Reminder that moving these hooks will also require changes to MetricsObserver and Grafana dashboards.
Added two pipelines for the DevWF test project to the dnceng-public/public instance: