Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/anxk/broadcaster-page-decorator-plugin
- Owner: anxk
- License: mit
- Created: 2019-11-03T15:39:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-16T16:11:26.000Z (about 5 years ago)
- Last Synced: 2024-11-07T11:51:40.716Z (3 months ago)
- Topics: jenkins, plugin
- Language: Java
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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