diff --git a/build-report.sh b/build-report.sh index 8edc978a..30fa1696 100755 --- a/build-report.sh +++ b/build-report.sh @@ -5,7 +5,7 @@ BUILD_NAME=$1 printf '# Build%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' | \