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 c5fc978 commit 423d0be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tooling/build_autotriage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ identifyFailedBuildsInTimerPipelines() {
IFS=","
for jsonEntry in $latestTimerPipelineRaw
do
echo "Pupleh: $jsonEntry"
if [[ jsonEntry =~ ^\"buildName\"\:\"[a-zA-Z0-9\-]+\"$ ]]; then
latestTimerPipeline=${jsonEntry:13:-1}
break
Expand Down

0 comments on commit 423d0be

Please sign in to comment.