Build badges enable you to display the current status of your pipeline in your repository. This is useful for instantly showcasing your build statuses and promoting transparency within your team.
While a build badge can be added to your readme.md file, it can also be added to any web page.
To add a build badge, add the following:
Run-level Build Badge
Single Branch Source:
https://{host_name}/pipelines/api/v1/badges/project/{project_key}/pipelines/{pipelines_name}?text=JFrogPipelinesExample
Multi Branch Source:
https://{host_name}/pipelines/api/v1/badges/project/{project_key}/pipelines/{pipelines_name}?branch={branch_name}&text=JFrogPipelines
Step-level Build Badge
http://{host_name}/pipelines/api/v1/badges/project/{project_key}/pipelines/{pipeline_name}/steps/{step_name}?text=JFrogPipelines
Example
