Re: gradle build not executed

2012-06-10 Thread abunetta
Could you add --debug to the gradle execution and post the results here? - David On Wednesday, June 6, 2012 9:55:03 PM UTC+3, Ken Krebs wrote: I'm having difficulty getting my freestyle Jenkins job to execute my Gradle build. After it checks out the code from SVN it simply finishes :

Re: How do I generating unique snapshots with gradle and Jenkins?

2012-06-10 Thread Stephen Connolly
That misses out the deployment number which is required in the metadata. I suspect gradle only thinks it understands maven repos On Sunday, 10 June 2012, Grégory Boissinot wrote: You can use the following snippet: import java.text.SimpleDateFormat; import java.text.DateFormat; version=1.0

Re: How do I generating unique snapshots with gradle and Jenkins?

2012-06-10 Thread Arnaud Héritier
You can probably reuse maven ant tasks for such deployment from gradle if you want something safe/clean. Arnaud PS : I didn't say that you may also use directly Maven if you want a serious build system even if it was tempting ;) Le 10 juin 2012 à 16:07, Stephen Connolly

Re: Slow job configuration launch

2012-06-10 Thread Sami Tikka
I got Jenkins to speed up a lot by changing openjdk to sun jdk. -- Sami Johannes Wienke jwie...@techfak.uni-bielefeld.de kirjoitti 5.6.2012 kello 12.41: Hi, Am Freitag, 2. März 2012 06:12:16 UTC+1 schrieb tah: Hello, My Jenkins instance is generally fast, but launching any job

Re: Slow job configuration launch

2012-06-10 Thread Johannes Wienke
Am 10.06.2012 21:02 schrieb Sami Tikka: I got Jenkins to speed up a lot by changing openjdk to sun jdk. We are already on sun jdk. There must be a special issue with the configuration page as other things show sufficient speed. Johannes signature.asc Description: OpenPGP digital signature

Re: How do I generating unique snapshots with gradle and Jenkins?

2012-06-10 Thread Stephen Connolly
Ps I didn't say that I didn't say you could also use maven if you want a serious build system (in part because you might be foolish and make the mistake of using the maven project type in Jenkins and not do it right [freestyle + maven build step] but anyway) On Sunday, 10 June 2012, Arnaud