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