aRise
aRise

Reputation: 139

Automated Build War in Grails project

I have my project with Grails on GGTS.

How best can I include automatic ( say weekly build ) build of WAR on a periodic basic. Any plugins out there?

Upvotes: 0

Views: 253

Answers (2)

Jonatas Emidio
Jonatas Emidio

Reputation: 73

You can use the jenkins to automate this process. Here are some links from stackoverflow that may help you: How to schedule jobs in Jenkins? / How schedule build in Jenkins? .

Upvotes: 0

Jeff Beck
Jeff Beck

Reputation: 3938

A CI tool like Jenkins is your best bet you can set up a job to build as often as you like and you can even have jenkins store the wars for you. Using a plugin.

Upvotes: 3

Related Questions