Plugin Information
This plugin allows Hudson to invoke Grails tasks as build steps.
Change Log
Version 1.1 (Feb 15, 2010)
- Update code for more recent Hudson
Version 1.0.5 (Sep 25, 2009)
Version 1.0.2
- Added evaluation of environment variables in grails targets, e.g. include the BUILD_NUMBER in your app.version:
- Clean "upgrade -force" "set-version 1.0.${env['BUILD_NUMBER']}" war*
You can use every Hudson provided variable, BUILD_NUMBER, BUILD_ID, ...
Version 1.0.1
- Fix problem that caused some configuration information to be lost when the container was restarted
Version 1.0
Version 0.15
- Added option to specify base directory if the Grails project is not at the root of the job checkout
Comments (1)
Nov 17
Kenneth P. Turvey says:
I wrote a tutorial on getting hudson to work with git and grails: http://www.el...I wrote a tutorial on getting hudson to work with git and grails:
http://www.electricsenator.net/2009/10/03/1254618530821.html