I'm using shell commands with JRuby to run builds in TeamCity. -Shane
On Tue, Jan 19, 2010 at 11:39 AM, Rhett Sutphin <[email protected]> wrote: > Hi, > > On Jan 19, 2010, at 10:17 AM, Antoine Toulme wrote: > >> Anders, how about filing a bug to buildr for coding and documenting a >> Hudson >> support ? >> >> I think quite a few people would have a use for it. >> >> The shell command might be good enough though. We also use it for our >> Hudson-based builds. > > I also use shell commands to run buildr builds in hudson. I'm not sure how > plugin would be better -- what are people thinking the benefits would be? > > Rhett > >> >> Thanks, >> >> Antoine >> >> On Tue, Jan 19, 2010 at 01:43, Anders Janmyr >> <[email protected]>wrote: >> >>> Ok, thats what I thought. >>> >>> Thanks for your help. >>> >>> Anders >>> >>> On Tue, Jan 19, 2010 at 10:06 AM, Martin Grotzke >>> <[email protected]> wrote: >>>> >>>> Hi Anders, >>>> >>>> we have configured buildr as "Execute shell", with command: >>>> buildr clean test checkstyle:xml >>>> >>>> Cheers, >>>> Martin >>>> >>>> >>>> On Tue, 2010-01-19 at 09:20 +0100, Anders Janmyr wrote: >>>>> >>>>> Hi Martin, >>>>> >>>>> How are you using it? Are you running buildr as a system command or >>>>> are you calling the >>>>> command differently. >>>>> >>>>> Can you mail me a sample configuration file? >>>>> >>>>> Anders >>>>> >>>>> On Tue, Jan 19, 2010 at 9:16 AM, Martin Grotzke >>>>> <[email protected]> wrote: >>>>>> >>>>>> Hi, >>>>>> >>>>>> we're using hudson and it's working fine with buildr. >>>>>> >>>>>> Cheers, >>>>>> Martin >>>>>> >>>>>> >>>>>> On Tue, 2010-01-19 at 08:50 +0100, Anders Janmyr wrote: >>>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> I am planning to use Buildr in a project which will use Java and >>> >>> JRuby modules. >>>>>>> >>>>>>> We are planning to use Hudson as an integration server, but I >>> >>> couldn't find any >>>>>>> >>>>>>> support for Buildr with it. >>>>>>> >>>>>>> I know I can just run it as a normal script, but I am still curious. >>>>>>> >>>>>>> What CI do you guys use when building with Buildr? >>>>>>> >>>>>>> Regards >>>>>>> Anders >>>>>>> >>>>>> >>>>> >>>>> >>>>> >>>> >>> >>> >>> >>> -- >>> http://anders.janmyr.com/ >>> > >
