Re: pipelines and IRC

2016-01-28 Thread Erwan de Ferrières
Hi, thanks for your answers, I will deal with the commad line solution which seems suffisant for the usage I have. Regards, Le lundi 25 janvier 2016 12:06:55 UTC+1, Erwan de Ferrières a écrit : > > hi, > > I'm using the IRC plugin ( > https://wiki.jenkins-ci.org/display/JENKINS/IRC+Plugin) on

Re: pipelines and IRC

2016-01-26 Thread Michael Neale
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

Re: pipelines and IRC

2016-01-25 Thread Craig Rodrigues
Hi, This plugin does not seem to be integrated with pipeline. There are some notes as to how to make an existing plugin integrate with pipeline: https://github.com/jenkinsci/workflow-plugin/blob/master/COMPATIBILITY.md#plugin-developer-guide and this video:

Re: pipelines and IRC

2016-01-25 Thread R. Tyler Croy
(replies inline) On Mon, 25 Jan 2016, Craig Rodrigues wrote: > Hi, > > This plugin does not seem to be integrated with pipeline. > There are some notes as to how to make an existing plugin integrate with > pipeline: > >

pipelines and IRC

2016-01-25 Thread Erwan de Ferrières
hi, I'm using the IRC plugin (https://wiki.jenkins-ci.org/display/JENKINS/IRC+Plugin) on our jenkins instance. Does someone already integrated the plugin with pipelines ? And if not, what would be the best way to do it ? I'd like to have the same integration as before when using a free-style

Re: pipelines and IRC

2016-01-25 Thread Craig Rodrigues
On Mon, Jan 25, 2016 at 5:50 PM, R. Tyler Croy 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