An open API service indexing awesome lists of open source software.

https://github.com/go-vela/vela-build-summary

Build Summary Plugin for Vela (Target's official Pipeline Automation Framework)
https://github.com/go-vela/vela-build-summary

vela vela-plugin

Last synced: about 1 year ago
JSON representation

Build Summary Plugin for Vela (Target's official Pipeline Automation Framework)

Awesome Lists containing this project

README

          

# vela-build-summary

[![license](https://img.shields.io/crates/l/gl.svg)](../LICENSE)
[![GoDoc](https://godoc.org/github.com/go-vela/vela-build-summary?status.svg)](https://godoc.org/github.com/go-vela/vela-build-summary)
[![Go Report Card](https://goreportcard.com/badge/go-vela/vela-build-summary)](https://goreportcard.com/report/go-vela/vela-build-summary)
[![codecov](https://codecov.io/gh/go-vela/vela-build-summary/branch/main/graph/badge.svg)](https://codecov.io/gh/go-vela/vela-build-summary)

Vela plugin designed for creating a summary for a build.

Internally, the plugin is a wrapper around the [Vela Golang library](https://github.com/go-vela/sdk-go).

## Documentation

For installation and usage, please [visit our docs](https://go-vela.github.io/docs).

## Contributing

We are always welcome to new pull requests!

Please see our [contributing](CONTRIBUTING.md) docs for further instructions.

## Support

We are always here to help!

Please see our [support](SUPPORT.md) documentation for further instructions.

## Copyright and License

```
Copyright 2021 Target Brands, Inc.
```

[Apache License, Version 2.0](../LICENSE)