Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anxk/broadcaster-page-decorator-plugin

This plugin can decorate all pages of Jenkins with your customized message.
https://github.com/anxk/broadcaster-page-decorator-plugin

jenkins plugin

Last synced: about 2 months ago
JSON representation

This plugin can decorate all pages of Jenkins with your customized message.

Awesome Lists containing this project

README

        

# Broadcaster Page Decorator Plugin

[![Build Status](https://www.travis-ci.org/anxk/broadcaster-page-decorator-plugin.svg?branch=master)](https://www.travis-ci.org/anxk/broadcaster-page-decorator-plugin)

This plugin can decorate all pages of Jenkins with your customized message, as shown below:


view-example.png


View Example

## Installation

Clone this repo on your disk, navigate into folder `broadcaster-page-decorator-plugin` and run command `mvn verify`, when it completed, upload `target/broadcaster-page-decorator.hpi` to the update center of Jenkins and install it.

Also you can download `broadcaster-page-decorator.hpi` from [release page](https://github.com/anxk/broadcaster-page-decorator-plugin/releases), then upload it to the update center of Jenkins.

## Configuration

Go to manage > configure > Broadcaster Page Decorator Plugin, just pust what you want to broadcast in the `Message textarea`, for example (the font color and background can be modified if needed):


configuration-example.png


Configuration Example