Hi,

At work, we use the hudson/gradle/artifactory combination too. To
configure our builds I use the gradle plugin for hudson. I don't use any
artifactory plugin. Interaction with artifactory is done by the with 
the plain maven support of gradle. Our hudson is running on four nodes
(2x macpros + with windows machines). Additional to the "standard" tasks
we have integrated msbuild for installer builds, emma, pmd, findbugs,
ncss and many more. They all work well with the according hudson
plugins. On our test environment we use gradle scripts too. These
scripts are loading information about the available software in
artifactory (using the artifactory rest api) and installs the selected
one (client + server components).
We've ported nearly all of our ant based builds to this configuration to
avoid any further headaches. Using gradle with hudson works better for
us than any asperin.

In the griffon project, we use the gradle wrapper together with bamboo.
Griffon has a relative straight forward build setup. What's nice about
it, is the clover support (http://www.atlassian.com/software/clover/)
for reporting code coverage.

regards,
René

ps.: I've wrote a chapter about gradle integration in hudson for the
hudson ci book available at
http://www.wakaleo.com/books/continuous-integration-with-hudson-the-book
The chapter is not yet included, but I'll let you know when its done.



Am 11.12.10 17:06, schrieb Roger Studner:
> I've come up with a pretty awesome (hey, at least to me) multi-project build 
> in Gradle.
>
> I'm trying to decide which CI server will work with this (with the least 
> amount of headaches).
>
> Currently I use Hudson.. though my experiences (in the past) with 
> Hudson/Artifactory/Plugin (from an Artifactory POV) have been *not good* haha.
>
> Any experiences from the community?  I like gradle so much, i'm posting here 
> so I can try to solve this problem "Gradle First" :)
>
> Roger
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>


-- 
------------------------------------
Rene Groeschke

[email protected]
http://www.breskeby.com
http://twitter.com/breskeby
------------------------------------


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to