Reputation: 2322
Is it possible to deploy a grails application to cloudfoundry from a jenkins build hosted in Cloudbees?
Upvotes: 1
Views: 389
Reputation: 1997
CloudFoundry has plugins for both Maven and Grails, so I see no reason why you could not. Have a look at http://blog.springsource.com/2011/04/12/one-step-deployment-with-grails-and-cloud-foundry/ for further details. I’m assuming you can run the grails
command as part of your Jenkins build.
Upvotes: 7