Re: Exception in Guice injection of Folders plugin

2013-07-03 Thread Jerry Maloney
Good to know. Thanks for the interesting story about your dev process! On Jul 3, 2013 7:20 AM, "Stephen Connolly" wrote: > To be expected if you don't have the Jenkins Enterprise RBAC plugin. I > think Jesse has made the exception less scary in more recent versions of > Jenkins. > > In this speci

Re: Newbie question - Setting environment variables on remote node - EnvInject?

2013-05-09 Thread Jerry Maloney
For Windows builds, use the build step "Run Windows batch file" and make it something like: echo GRAILS_HOME=%GRAILS_HOME% > %TEMP%\$BUILD_TAG.properties You don't have to change the escape character on BUILD_TAG because it's a Jenkins variable, not a system variable. To confirm that this runs, ju