Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfarley committed Nov 21, 2023
1 parent 4b4527f commit 0274fc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tooling/build_autotriage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ identifyFailedBuildsInTimerPipelines() {

# Now grab a full list of builds launched by this pipeline.
listOfPipelineBuilds=$(wget -q -O - https://trss.adoptium.net/api/getAllChildBuilds?parentId=${latestTimerPipeline}&buildNameRegex=^jdk${arrayOfAllJDKVersions[v]}${arrayOfUs[v]}.*temurin$)
define -a listOfBuildNames
define -a listOfBuildNums
define -a listOfBuildResults
declare -a listOfBuildNames
declare -a listOfBuildNums
declare -a listOfBuildResults
for jsonEntry in $listOfPipelineBuilds
do
if [[ jsonEntry =~ ^\"buildName\"\:\"[0-9a-zA-Z\-]+\"$ ]]; then
Expand Down

0 comments on commit 0274fc1

Please sign in to comment.