Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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)