You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Print out a JSON summary of the statuses of completed tasks.
The summary is wrapped in a `SUMMARY_EYECATCHER` so it can be used in
the UI.
Example output:
SUMMARY_EYECATCHER_BEGIN
{
"results": [
{
"name": "foo",
"result": "succeeded"
},
{
"name": "bar",
"result": "failed"
}
]
}
SUMMARY_EYECATCHER_END
Signed-off-by: Tomáš Nevrlka <[email protected]>
0 commit comments