https://github.com/devlead/bitbucketpipelinesshield
NancyFX based project that provides a shield for your Bitbucket Pipelines build status
https://github.com/devlead/bitbucketpipelinesshield
Last synced: 12 months ago
JSON representation
NancyFX based project that provides a shield for your Bitbucket Pipelines build status
- Host: GitHub
- URL: https://github.com/devlead/bitbucketpipelinesshield
- Owner: devlead
- License: mit
- Created: 2016-08-20T08:42:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-15T22:10:11.000Z (about 9 years ago)
- Last Synced: 2025-03-29T06:43:11.103Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 24.4 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitbucket Pipelines Shield
NancyFX based project that provides a shield for your Bitbucket Pipelines build status
| Build server | Platform | Status |
|-----------------------------|--------------|---------------------------------------------------------------------------------------------------------------------------|
| Bitbucket Pipelines | Linux | [](https://bitbucketshield.azurewebsites.net/url/devlead/bitbucketpipelinesshield/master) |
| AppVeyor | Windows | [](https://ci.appveyor.com/project/devlead/bitbucketpipelinesshield/branch/master) |
| TravisCI | Linux & OSX | [](https://travis-ci.org/devlead/BitbucketPipelinesShield) |
[](https://azuredeploy.net/)
## 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.