Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfarley committed Nov 22, 2023
1 parent 9a5a9c7 commit 3be9536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/build_autotriage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ identifyFailedBuildsInTimerPipelines() {
if [[ ! ${listOfBuildResults[$b]} =~ ^UNSTABLE$ ]]; then
failedJobLink="https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk${arrayOfAllJDKVersions[$v]}${arrayOfUs[$v]}/job/${listOfBuildNames[$b]}/${listOfBuildNums[$b]}/"
echo "Identified a failed build for triage: ${failedJobLink}"
arrayOfFailedJobs+=${failedJobLink}
arrayOfFailedJobs+=(${failedJobLink})
fi
fi
fi
Expand Down

0 comments on commit 3be9536

Please sign in to comment.