Add wrapper script #63
@ -3,7 +3,7 @@ set -e
|
||||
|
||||
BUILD_NAME=$1
|
||||
|
||||
printf 'Test | Result\n=============\n'
|
||||
printf '# %s\nTest | Result\n=============\n' "$BUILD_NAME"
|
||||
openqa-cli api -X GET jobs build="$BUILD_NAME" | \
|
||||
jq -r '.jobs[] | {name,result} | join(" | ") | split("-") | last' | \
|
||||
sort
|
||||
|
Loading…
Reference in New Issue
Block a user