Considering using teamcity for CI, so I have some questions
Apologies, for the general nature of these questions, but this has been sprung on me recently and I'm trying to get up to speed fast, and I have absolutely no experience with teamcity. My experience is with bamboo and jenkins/hudson.
Feel free to simply point me to resources that can help.
Does teamcity have good grails support:
selection of different grails versions for different build plans?
Support for war file deployment to a live tomcat instance?
Support for grails build with code coverage such as cobertura?
Support for grails builds with codenarc?
Please sign in to leave a comment.
Hi Ed
No worries, we're always glad to see new people here!
As I understand, you can install multiple Grails versions in different locations, and within a build launch any of them separatelly.
Not out of the box, but you can implement this logic within the build script, see How do I set up deployment for my application in TeamCity page.
We don't have experience with this tool yet. It depends on report format. Could you show a sample of its XML report?
Take a look at Including Third-Party Reports in the Build Results page.
Thanks
Michael