Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 441 Bytes

File metadata and controls

13 lines (11 loc) · 441 Bytes

Badges

With InfraBox you can easily create one or mutiple badges like or with your custom information. To create a badge simply create a json file like this:

{
    "version": 1,
    "subject": "build",
    "status": "failed",
    "color": "red"
}

and save it to /infrabox/upload/badge/badge.json. You can also save multiple files with different names in this directory. For every file a separate badge will be created.