Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlarky/jenkins-kato-plugin
forked from HipChat plus few things from updated Campfire but with sane settings (thanks to scp plugin)
https://github.com/jlarky/jenkins-kato-plugin
Last synced: about 1 month ago
JSON representation
forked from HipChat plus few things from updated Campfire but with sane settings (thanks to scp plugin)
- Host: GitHub
- URL: https://github.com/jlarky/jenkins-kato-plugin
- Owner: JLarky
- Created: 2013-08-02T21:16:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T05:48:22.000Z (almost 5 years ago)
- Last Synced: 2023-04-11T17:40:56.195Z (over 1 year ago)
- Language: Java
- Homepage: https://wiki.jenkins-ci.org/display/JENKINS/Kato+Plugin
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
### Evolution:
https://github.com/jgp/hudson_campfire_plugin ->
https://github.com/jlewallen/jenkins-hipchat-plugin ->
https://github.com/jenkinsci/kato-plugin### Installation
This plugin is available from the [Update Center](https://wiki.jenkins-ci.org/display/JENKINS/Plugins#Plugins-Howtoinstallplugins) in your Jenkins installation.
### Building from source:
1. Install maven 3
2. `$ mvn clean`
3. `$ mvn package`
4. target/kato.hpi is the plugin, upload it to plugin management console (http://example.com:8080/pluginManager/advanced). You have to restart Jenkins in order to find the pluing in the installed plugins list.
### Development mode
run `mvn hpi:run -Djetty.port=8090`
for more read [Plugin Tutorial](https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial)