Re: JMS trigger

2015-04-22 Thread Nick
Hi Tommy, I'm looking for a similar plugin. How'd you go with this? Did you ever get the plugin working/published to the Jenkins repo? Kind regards, Nick On Saturday, 25 February 2012 12:06:07 UTC+11, tommyB wrote: > > That is perfect not sure how I missed that. Thanks. > > On Feb 24, 11

Re: JMS trigger

2012-02-24 Thread tommyB
That is perfect not sure how I missed that. Thanks. On Feb 24, 11:56 am, Kirill Evstigneev wrote: > Look at ScriptTrigger plugin. It uses arbitrary Groovy script to decide if > the build should be run. You can query for JMS data.

JMS trigger

2012-02-24 Thread Kirill Evstigneev
Look at ScriptTrigger plugin. It uses arbitrary Groovy script to decide if the build should be run. You can query for JMS data.

Re: JMS trigger

2012-02-24 Thread tommyB
gt; > basically would be creating a crappy version of Jenkins.  So I > > thought, why not extend Jenkins?  So here's my proposed use case... > > please tell me if this is insane.  I was thinking I could make a JMS > > trigger that can fire off a job if messages are in a

Re: JMS trigger

2012-02-23 Thread Didier Durand
ly would be creating a crappy version of Jenkins.  So I > thought, why not extend Jenkins?  So here's my proposed use case... > please tell me if this is insane.  I was thinking I could make a JMS > trigger that can fire off a job if messages are in a queue; the job > would run unt

JMS trigger

2012-02-23 Thread tommyB
;s my proposed use case... please tell me if this is insane. I was thinking I could make a JMS trigger that can fire off a job if messages are in a queue; the job would run until all messages have been consumed. I haven't seen anyone do this so I wonder if this is beyond the scope of Jenkins.