Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.85 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.85 KB

Bitbucket Pipelines Shield

NancyFX based project that provides a shield for your Bitbucket Pipelines build status

Build server Platform Status
Bitbucket Pipelines Linux Build Status
AppVeyor Windows Build Status
TravisCI Linux & OSX Build Status

Deploy to Azure

Usage

The web site can provide an SVG for last build status and also redirect to latest build log.

Status

The status route provides an shields.io badge for given repo and branch.

{url where shield project is deployed}/[site]/status/{owner}/{repo}/{node}

Url

The url route provides and redirect to latest build log for given repo and branch.

{url where shield project is deployed}/url/{owner}/{repo}/{node}

Markdown

[![Build Status]](status url)](redirect url)

Limitations

Currently only supports public repositories, the project is at an rough initial proof of concept stage and might not work at all for your repo.