Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfarley committed Nov 21, 2023
1 parent 0274fc1 commit e328ee8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tooling/build_autotriage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,13 @@ if [ ${#arrayOfFailedJobs[@]} -gt 0 ]; then
do
buildFailureTriager failedJob
done
elif [[ ${#buildIssues[@]} -gt 0 ]]; then
echo "############ List of issues found ############"
for issueID in "${!buildIssues[@]}"
do
echo "Issue ${issueID}: ${buildIssues[$issueID]}"
done
echo "############ End of issues ############"
else
echo "All build jobs passed. Huzzah!"
fi
Expand Down

0 comments on commit e328ee8

Please sign in to comment.