Add wrapper script #63
9
build-report.sh
Executable file
9
build-report.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
BUILD_NAME=$1
|
||||||
|
|
||||||
|
printf 'Test | Result\n=============\n'
|
||||||
|
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