https://github.com/starrocks/lkbot-notifier
https://github.com/starrocks/lkbot-notifier
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/starrocks/lkbot-notifier
- Owner: StarRocks
- License: apache-2.0
- Created: 2022-07-18T02:34:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T05:16:51.000Z (almost 4 years ago)
- Last Synced: 2025-06-03T10:54:34.287Z (about 1 year ago)
- Language: Java
- Size: 344 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jenkins Notifications Plugin for Lark Group Robot via OpenAPIs
This plugin allows sending jenkins job status notification to lark work group.
To use lark @Jenkins CI Assistant chat bot, please go to the plugin provided by bytedance at [github bytedance/jenkins-plugin-lark](https://github.com/bytedance/jenkins-plugin-lark).
This plugin is inspired by the `jenkins-plugin-lark` plugin, implements a message card style notification from a custom bot via its webhook address.
## How to Use
**1. Add a custom bot into chat group**
Refer to [lark custom bot documentation](https://open.feishu.cn/document/ukTMukTMukTM/ucTM5YjL3ETO24yNxkjN?fb=1), get the webhook address.
**2. Get plugin and install into Jenkins System**
**3. Configure the Jenkins plugin**
- Select the Job in Jenkins and configure the plugin and Webhook address.


- Bot sends the build result to the specified group.

## Acknowledgement
This plugin is inspired by the **jenkins-plugin-lark** provided by bytedance at [github bytedance/jenkins-plugin-lark](https://github.com/bytedance/jenkins-plugin-lark).
## License
Apache 2.0 License