MyProject on a Jenkins server at http://jenkins.example.com?/job/ path and /badge/icon.svg suffix for badges.The Jenkins build status badge URL format is http://jenkins.example.com/job/JobName/badge/icon.svg. This URL returns a small icon showing the build status.
Build status badges provide a quick visual indicator of the current build state (success, failure, etc.) and are commonly embedded in README files or dashboards.
Granting 'Overall Read' permission to 'Anonymous' users allows Jenkins to serve build status badges publicly without requiring login.
A 403 Forbidden error usually means the user (often anonymous) does not have permission to access the resource, such as the job status needed for the badge.
First, Jenkins must allow anonymous read access so the badge can be viewed publicly. Then copy the badge URL, edit README, and add the badge image using Markdown syntax.