Re: [android-developers] Re: Example CI setup with Jenkins and Git?

2015-09-29 Thread Enrique López Mañas
I wrote this post (https://goo.gl/DR9olx) some time ago, proposing a model to branch and integrate into a CI environment an Android project. Maybe it helps. 2015-09-29 13:14 GMT+02:00 Ray Tayek : > i, went to this devops meetup >

[android-developers] Re: Example CI setup with Jenkins and Git?

2015-09-29 Thread Ray Tayek
i, went to this devops meetup tonight. speaker did some under the hood stuff using the groovy console and gradle. turns out the groovy console repl let's you inspect the current jenkins instance and fool around with it.

Re: [android-developers] Re: Example CI setup with Jenkins and Git?

2015-09-28 Thread Ray Tayek
i would recommend using jenkins with the gradle plugin to do your builds. thanks On Monday, September 28, 2015 at 9:35:30 AM UTC-7, mike digioia wrote: > > not sure what you are recommending > > On Sun, Sep 27, 2015 at 10:45 AM, Ray Tayek > wrote: > >> also waiting. >> >>

Re: [android-developers] Re: Example CI setup with Jenkins and Git?

2015-09-28 Thread mike digioia
not sure what you are recommending On Sun, Sep 27, 2015 at 10:45 AM, Ray Tayek wrote: > also waiting. > > but i think gradle is a step forward. android studio uses it to build. > > there is a gradle > plugin for >

[android-developers] Re: Example CI setup with Jenkins and Git?

2015-09-27 Thread Ray Tayek
also waiting. but i think gradle is a step forward. android studio uses it to build. there is a gradle plugin for jenkins. thanks On Wednesday, September 9, 2015 at 6:52:44 AM UTC-7, Russell Wheeler wrote: > > Waiting excitedly for

[android-developers] Re: Example CI setup with Jenkins and Git?

2015-09-09 Thread Russell Wheeler
Waiting excitedly for someone to answer this! On Tuesday, September 8, 2015 at 9:18:42 PM UTC+1, Casper Bang wrote: > > I'm looking for a best-practice CI approach for Android apps using > de-facto standard Jenkins, Git and of course Gradle. From what I've seen in > this regard so far (and my