Merge pull request #2580 from infosiftr/jenkins-badges

Remove outdated per-arch Jenkins badges
This commit is contained in:
yosifkit 2025-06-03 13:01:07 -07:00 committed by GitHub
commit e4726628be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -134,10 +134,6 @@ for image in "${images[@]}"; do
# opensuse, etc
partial='**No supported tags**'
fi
elif [ -n "$ARCH_SPECIFIC_DOCS" ]; then
jenkinsJobUrl="https://doi-janky.infosiftr.net/job/multiarch/job/$BASHBREW_ARCH/job/$repo/"
jenkinsImageUrl="https://img.shields.io/jenkins/s/https/doi-janky.infosiftr.net/job/multiarch/job/$BASHBREW_ARCH/job/$repo.svg?label=%%IMAGE%%%20%20build%20job"
partial+=$'\n\n''[![%%IMAGE%% build status badge]('"$jenkinsImageUrl"')]('"$jenkinsJobUrl"')'
fi
replace_field "$targetFile" 'TAGS' "$partial"