baloise / rocket-chat-notifier

Rocket Chat Notification Plugin for Jenkins
Apache License 2.0
12 stars 47 forks source link

Any plan to publish/release it ? #1

Open noirbizarre opened 8 years ago

noirbizarre commented 8 years ago

Hi !

Thanks for this plugin ! Any plan to publish/release it ?

culmat commented 8 years ago

In terms of jenkins' integrated plugin manager - not really at that stage. But you can always get the hpi from jitpack. Does this help you?

noirbizarre commented 8 years ago

Yes, I had it installed. But, as I was using this before https://github.com/jenkinsci/slack-plugin I'm wondering if it's planned to have a way to:

culmat commented 8 years ago

we use our rocket.chat server as a one to many messaging infrastructure to control extreem feedback devices for hundreds of jobs. So I always try to avoid manual configuration in individual jobs. How do you imagine the features? As build steps / post build actions? A central place where you can paste some groovy / js hooks?

chkal commented 8 years ago

Actually the Instant Messaging Plugin provides most of the advanced features out of the box. Many of the IM plugins (like IRC, Jabber, Skype) are built on top of this base plugin.

But as far as I can tell this requires to configure the notifications per job. I agree with @culmat that this is cumbersome for large Jenkins setups.

dhanish2k commented 8 years ago

I've installed the plugin but can you please tell me how to configure it within a Jenkins job?