Add dedicated method for api count in baseApiActionUtil; improve null handling in json to record

This commit is contained in:
2022-10-24 15:34:37 -05:00
parent 22b2e01cca
commit 44537e182d
4 changed files with 22 additions and 6 deletions

View File

@ -87,7 +87,7 @@ checkBuild()
color="gray"
fi
if [ $index -lt 1 -o $seconds -lt 300 ]; then
if [ $index -lt 1 -o $seconds -lt 600 ]; then
echo -n "${shortRepo}(${shortAge})${icon} "
fi
details="$details\n$repo: $jobName: $buildStatus @ $age ago | color=$color | href=$url | image=$avatarB64"