If it is too much trouble for the irc plugin, IRC is pretty simple. Here is an example that I know works with freenode:
https://gist.github.com/michaelneale/9a7fb436223a765d1775 (this could be put in a function or a global library DSL if you are using it a lot). (uses nc only). If nick has a login you can set the password and add in the auth line that is commented out. Hope that helps. On Tuesday, January 26, 2016 at 1:45:07 PM UTC+11, Craig Rodrigues wrote: > > On Mon, Jan 25, 2016 at 5:50 PM, R. Tyler Croy <[email protected] > <javascript:>> wrote: > >> >> >> IRC is actually a very simple protocol, so you may be able to modify this >> example: >> < >> https://github.com/jenkinsci/workflow-examples/blob/master/pipeline-examples/slacknotify/slackNotify.groovy >> > >> for now and just use netcat to send messages to IRC. >> >> > The example you gave uses HTTP web hooks exposed by Slack. > That example isn't useful at all for IRC. > > It would be better to modify the Jenkins IRC plugin to by > pipeline/workflow compatible. > > -- > Craig > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/be0961cf-f329-40fe-ac64-17f2aa770f32%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
