Skip to content

Commit

Permalink
make context for per-test failure _actually_ unique
Browse files Browse the repository at this point in the history
  • Loading branch information
whitneyschmidt committed May 14, 2020
1 parent b5975f9 commit 603930d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/devops/templates/publish_failure.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ $json_payload = @"
{
"state" : "failure",
"target_url" : "$target_url",
"description" : "$Env:SYSTEM_STAGEDISPLAYNAME",
"context" : "VSTS: $Env:SYSTEM_JOBNAME"
"description" : "$Env:AGENT_JOBSTATUS",
"context" : "VSTS: $Env:SYSTEM_JOBNAME $Env:SYSTEM_STAGEDISPLAYNAME"
}
"@

Expand Down

0 comments on commit 603930d

Please sign in to comment.