Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHao Kung <HaoK@users.noreply.github.com>2021-09-29 04:06:26 +0300
committerGitHub <noreply@github.com>2021-09-29 04:06:26 +0300
commited128f1919463a8255a06ad2954b66247677c36a (patch)
treebe160274a7027c0b47a0429befe9ec4ab67a1ef7 /docs
parent016516683265f3d3da1bf4cc971cca66182eb642 (diff)
Add more details about helix payload (#36665)
Diffstat (limited to 'docs')
-rw-r--r--docs/Helix.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Helix.md b/docs/Helix.md
index 2cc9d31fa0..c797698f39 100644
--- a/docs/Helix.md
+++ b/docs/Helix.md
@@ -44,6 +44,14 @@ The easiest way to look at a test failure is via the tests tab in azdo which now
You can also drill down into the helix web apis if you take the HelixJobId from the Debug tab of a failing test, and the HelixWorkItemName and go to: `https://helix.dot.net/api/2019-06-17/jobs/<jobId>/workitems/<workitemname>` which will show you more urls you can drill into for more info.
+An example of how to get the helix payload to inspect the contents of a test job more completely:
+
+- Start at work item link: https://helix.dot.net/api/jobs/b1c333d0-1681-4140-9a36-ccc70c40a598/workitems?api-version=2019-06-17
+- Remove `/workitems` to get jobs link: https://helix.dot.net/api/jobs/b1c333d0-1681-4140-9a36-ccc70c40a598?api-version=2019-06-17
+- Click on DetailsUrl value: https://helix.dot.net/api/jobs/b1c333d0-1681-4140-9a36-ccc70c40a598/details?api-version=2019-06-17 (yes, 1 and 2 can be done in one go)
+- Click on JobsList: https://helixde8s23ayyeko0k025g8.blob.core.windows.net/helix-job-2e4bec2b-d34f-44a7-976b-aab2c3f237f8e2112b024574d8c8c/job-list-068e8195-20ca-47cb-98de-4be39e9ecc22.json?sv=2019-07-07 (truncated)
+- However that JSON opens, click on one of the PayloadUrl values e.g. https://helixde8s23ayyeko0k025g8.blob.core.windows.net/helix-job-2e4bec2b-d34f-44a7-976b-aab2c3f237f8e2112b024574d8c8c/26267e9c-6a79-4fb9-81ef-8c6e1f5a68a6.zip?sv=2019-07-07 (truncated)
+
There's also a link embedded in the build.cmd log of the Tests: Helix x64 job on Azure Pipelines, near the bottom right that will look something like this:
``` text