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