Implementing a build process that checks out the latest code, compiles, and runs tests is a great start into Continuous Integration - but it's only the tip of the iceberg. We'll discuss and show how we build software at Entagen with a workflow inspired by GitFlow. All development is done on feature branches, code reviews and testing are done as part of pull requests, and the master branch is always deployable to production. With only a little bit of effort and a few groovy scripts, we implemented automated builds and a fully deployed test environment for each branch to facilitate testing and validation.
Michael
> --
> You received this message because you are subscribed to the "Groovy Users of Minnesota" group.
>
> To post to this group, send email to groo...@googlegroups.com
> To unsubscribe from this group, send email to groovymn-u...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/groovymn?hl=en
I know it is basic topics but it will be a good presentation.
Thanks,
Samson
On Wed, Apr 4, 2012 at 6:46 AM, erickinsella <ericki...@gmail.com> wrote:
Thanks,
Samson