Template:CustomCIStatus
Usage
This template can be embedded on any page to report the status of any branch using the template transclusion syntax:
{{CustomCIStatus|user=stsquad|repo=qemu|branch=testing/next}}
Give:
System | Summary | Focus | Branch:testing/next status |
---|---|---|---|
GitLab CI | pipelines | Primary CI, tries to incorporate data from others | https://gitlab.com/stsquad/qemu/badges/testing/next/pipeline.svg [1] |
Cirrus CI | build history | FreeBSD compiles | https://api.cirrus-ci.com/github/stsquad/qemu.svg [2] |
Travis | build history | Non-x86_64 hosts |
Parameters
* user - username (assumes you use the same one across systems) * repo - name of your repo * branch - branch you are tracking
Defaults
The defaults are set to track the master branch of the main repository:
System | Summary | Focus | Branch:master status |
---|---|---|---|
GitLab CI | pipelines | Primary CI, tries to incorporate data from others | https://gitlab.com/qemu-project/qemu/badges/master/pipeline.svg [3] |
Cirrus CI | build history | FreeBSD compiles | https://api.cirrus-ci.com/github/qemu/qemu.svg [4] |
Travis | build history | Non-x86_64 hosts |