0

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?

Burt Beckwith
  • 74,294
  • 5
  • 136
  • 152
aRise
  • 129
  • 9

2 Answers2

3

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.

Jeff Beck
  • 3,904
  • 3
  • 24
  • 44
0

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? .

Community
  • 1
  • 1