Added travis status badge.
This commit is contained in:
parent
62387d6412
commit
6979276a19
|
@ -1,7 +1,9 @@
|
|||
# Buildbot Gitea Plugin
|
||||
|
||||
|
||||
[![PyPI version](https://badge.fury.io/py/buildbot-gitea.svg)](https://badge.fury.io/py/buildbot-gitea)
|
||||
![GitHub](https://img.shields.io/github/license/lab132/buildbot-gitea)
|
||||
[![Build Status](https://travis-ci.org/lab132/buildbot-gitea.svg?branch=master)](https://travis-ci.org/lab132/buildbot-gitea)
|
||||
|
||||
This plugin for buildbot adds integration support with gitea, featuring push hooks, commit status updates and a change source.
|
||||
|
||||
|
@ -93,4 +95,4 @@ The parameters are as follows:
|
|||
| `context` | `Renderable` The context is an identifier for this status, allowing to identify from which builder this came, defaults to `Interpolate('buildbot/%(prop:buildername)s')` |
|
||||
| `context_pr` | `Renderable` The context message to use, when building on a pull request, allowing to identify from which builder this came, defaults to `Interpolate('buildbot/pull_request/%(prop:buildername)s')` |
|
||||
| `warningAsSuccess` | Treat warnings as build as success to set in the build status of gitea. If false, warnings will be displayed as warnings. |
|
||||
| `verbose` | Perform verbose output |
|
||||
| `verbose` | Perform verbose output |
|
||||
|
|
Loading…
Reference in New Issue
Block a user